Last active
August 30, 2024 11:00
-
-
Save lduboeuf/ac322d48a7dc464cc602685e3d1c0178 to your computer and use it in GitHub Desktop.
Revisions
-
lduboeuf revised this gist
Aug 30, 2024 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 cmake pkg-config sudo apt install qtbase5-dev sudo apt install libqt5qml5 sudo apt install qt5-qmake -
lduboeuf revised this gist
Aug 29, 2024 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
lduboeuf revised this gist
Aug 29, 2024 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ #install Lomiri # see launchpad.net/~lomiri/+archive/ubuntu/builds sudo apt install ssh -
lduboeuf created this gist
Aug 29, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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