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 revisionBoth sides next revision
downloads [2015/05/12 12:09] – [Source Code] mackedownloads [2015/05/12 12:12] – [Source Code] macke
Line 12: Line 12:
 == Compilation steps == == Compilation steps ==
  
-Requirements: c++ compiler like g++makelua+Requirements:  
 +  * c++ compiler like g++ 
 +  * make 
 +  * lua scripting language libraries
  
   - 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''