Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add / Improve build instructions #10

Open
kennethdhau opened this issue Mar 16, 2017 · 1 comment
Open

Add / Improve build instructions #10

kennethdhau opened this issue Mar 16, 2017 · 1 comment
Labels
UX Changes related to improving usability, via both code and better docs

Comments

@kennethdhau
Copy link

Sorry if this is a repeat/mentioned somewhere, but is there a makefile/cmake/scons setup if I'm compiling from source?

@tehhowch
Copy link
Collaborator

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 tehhowch changed the title Make file Add / Improve build instructions Apr 28, 2019
@tehhowch tehhowch added the UX Changes related to improving usability, via both code and better docs label Apr 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UX Changes related to improving usability, via both code and better docs
Projects
None yet
Development

No branches or pull requests

2 participants