User Tools


This is an old revision of the document!


Downloads

Binaries for Windows

Source Code on Bitbucket

Compilation steps

To compile the source code the following requirements have to be met:

  • c++ compiler like g++
  • make
  • lua scripting language V 5.0 or higher

The compilation steps are the following:

  1. Download the source code package wget ….
  2. Extract the archive tar -xvJf QUAD_*.tar.xz
  3. Compile: cd QUAD && make
  4. Test the package with make test