Skip to content

Instantly share code, notes, and snippets.

@lduboeuf
Last active August 30, 2024 11:00
Show Gist options
  • Select an option

  • Save lduboeuf/ac322d48a7dc464cc602685e3d1c0178 to your computer and use it in GitHub Desktop.

Select an option

Save lduboeuf/ac322d48a7dc464cc602685e3d1c0178 to your computer and use it in GitHub Desktop.

Revisions

  1. lduboeuf revised this gist Aug 30, 2024. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -4,8 +4,7 @@
    sudo apt install ssh

    # dev: https://askubuntu.com/a/1407604
    sudo apt install build-essential
    sudo apt install cmake
    sudo apt install build-essential cmake pkg-config
    sudo apt install qtbase5-dev
    sudo apt install libqt5qml5
    sudo apt install qt5-qmake
  2. lduboeuf revised this gist Aug 29, 2024. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -3,6 +3,7 @@

    sudo apt install ssh

    # dev: https://askubuntu.com/a/1407604
    sudo apt install build-essential
    sudo apt install cmake
    sudo apt install qtbase5-dev
  3. lduboeuf revised this gist Aug 29, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    #install Lomiri
    # see launchpad.net/~lomiri/+archive/ubuntu/build
    # see launchpad.net/~lomiri/+archive/ubuntu/builds

    sudo apt install ssh

  4. lduboeuf created this gist Aug 29, 2024.
    13 changes: 13 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    #install Lomiri
    # see launchpad.net/~lomiri/+archive/ubuntu/build

    sudo apt install ssh

    sudo apt install build-essential
    sudo apt install cmake
    sudo apt install qtbase5-dev
    sudo apt install libqt5qml5
    sudo apt install qt5-qmake
    sudo apt install qtdeclarative5-dev
    sudo apt install qtcreator