Skip to content

Instantly share code, notes, and snippets.

@lduboeuf
Last active August 30, 2024 11:00
Show Gist options
  • Save lduboeuf/ac322d48a7dc464cc602685e3d1c0178 to your computer and use it in GitHub Desktop.
Save lduboeuf/ac322d48a7dc464cc602685e3d1c0178 to your computer and use it in GitHub Desktop.
Ubuntu 24.04, Lomiri, QtCreator, Calendar app demo
#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