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

I just don't get how to compile this. I'm tyring to compile this for Raspberry Pi. #7

Open
NssOne opened this issue Feb 10, 2020 · 1 comment

Comments

@NssOne
Copy link

NssOne commented Feb 10, 2020

I can't contact you directly about this or else I would. Any chance you can write up a quick tutorial on how to compile this properly? I can easily follow tutorials on compiling programs on Linux, but I'm not experienced enough with compiling Qt.

@jjalvarezl
Copy link

Did you try installing qt4-default (qt4-dev-tools for RaspberryPi and do not forget g++)?. I did the following steps to get qzdl work:

  1. Make build directory inside qzdl cloned repo.
  2. Inside qzdl/build execute qmake ../qzdl.pro
  3. In same directory execute make -j8
  4. Execute qzdl/build/release/zdl.

It works like a champ and you do not need qt creator to build it, unless you want to edit qzdl.

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