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:12] – [Source Code] mackedownloads [2017/08/17 20:06] – [Source Code] macke
Line 6: Line 6:
  
  
-==== Source Code ====+==== Source Code on Bitbucket ====
  
-  * [[http://remagx.org/downloads/QUAD_1.7.tar.xz|QUAD 1.7]]+  * [[https://bitbucket.org/s-macke/quad]]
  
 == Compilation steps == == Compilation steps ==
  
-Requirements+To compile the source code the following requirements have to be met
   * c++ compiler like g++   * c++ compiler like g++
   * make   * make
-  * lua scripting language libraries+  * 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''
 +