Last active
August 30, 2024 11:00
-
-
Save lduboeuf/ac322d48a7dc464cc602685e3d1c0178 to your computer and use it in GitHub Desktop.
Ubuntu 24.04, Lomiri, QtCreator, Calendar app demo
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 characters
#install Lomiri | |
# see launchpad.net/~lomiri/+archive/ubuntu/builds | |
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 | |
sudo apt install qtdeclarative5-dev | |
sudo apt install qtcreator | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment