mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
574 B
574 B
Official online installer
Linux note (desktop)
Ubuntu 22.04 users just need to install the following (assuming the build system is already installed):
sudo apt install qtdeclarative5-dev qtquickcontrols2-5-dev
macOS note (desktop)
It's trivial to install Qt5.15/desktop with brew:
brew install qt@5
Just create an alias for qmake, like:
alias qmake='/usr/local/Cellar/qt@5/5.15.8_3/bin/qmake'