User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
downloads [2015/05/12 12:09] – [Source Code] mackedownloads [2015/05/12 12:16] – [Source Code] macke
Line 12: Line 12:
 == Compilation steps == == Compilation steps ==
  
-Requirements: c++ compiler like g++makelua+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:
   - Download the source code package ''wget ....''   - Download the source code package ''wget ....''
   - Extract the archive ''tar -xvJf QUAD_*.tar.xz''   - Extract the archive ''tar -xvJf QUAD_*.tar.xz''
   - Compile: ''cd QUAD && make''   - Compile: ''cd QUAD && make''
 +  - Test the package with ''make test''
 +