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

How to compiler in linux #14

Open
asics6548 opened this issue Jul 19, 2018 · 1 comment
Open

How to compiler in linux #14

asics6548 opened this issue Jul 19, 2018 · 1 comment

Comments

@asics6548
Copy link

Hi
How to compiler in linux?

@koenraad-voltza
Copy link

As I just took some time to figure this out myself, I'll leave this here for future reference of anyone else interested in the project:

First, install all required packages. As far as I can see these are the requirements, but I may be missing some that were already installed on my system.

sudo apt-get install build-essential qt4-default libcanberra-gtk-module bison flex

Then, to build the application:
cd src
qmake src.pro
make
cd ..
qmake qcamber.pro
make

Launch the application with:
./bin/qcamber

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants