You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install QtCreator, and possibly also the relevant Qt basics (i.e. Qt5)
On Ubuntu 16.04 I am able to build and run by installing qtcreator-dev and qt5-default (and the associated required support packages that apt-get mentions). Installing a lesser qtcreator package may be permissible.
After installing those packages, you can open QtCreator and point it at the .pro file.
(The need to install QtCreator is mentioned in the README.md file. As the project uses types fundamental to Qt, you'll need Qt to build it.)
tehhowch
changed the title
Make file
Add / Improve build instructions
Apr 28, 2019
tehhowch
added
the
UX
Changes related to improving usability, via both code and better docs
label
Apr 29, 2019
Sorry if this is a repeat/mentioned somewhere, but is there a makefile/cmake/scons setup if I'm compiling from source?
The text was updated successfully, but these errors were encountered: