qbasicer/qzdl

Compiling qZDL

Closed this issue · 1 comments

N0-p3 commented

This might seem like a bit of a newbie question but how would one compile this project? And also what are the necessary packages (by that I mean libraries) required?

Libraries? Just Qt.

This is the way you typically compile any CMake project:

mkdir build
cd build
cmake ..
make

You'll end up with a "qzdl" executable.