qzdl
qzdl copied to clipboard
I just don't get how to compile this. I'm tyring to compile this for Raspberry Pi.
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.
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:
- Make
builddirectory insideqzdlcloned repo. - Inside
qzdl/buildexecuteqmake ../qzdl.pro - In same directory execute
make -j8 - 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.