qzdl icon indicating copy to clipboard operation
qzdl copied to clipboard

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

Open NssOne opened this issue 6 years ago • 1 comments

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.

NssOne avatar Feb 10 '20 03:02 NssOne

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.

jjalvarezl avatar May 13 '20 03:05 jjalvarezl