Changes between Version 15 and Version 16 of DevelopersGuide/Compiling


Ignore:
Timestamp:
2016-12-29T03:16:50+01:00 (9 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/Compiling

    v15 v16  
    4242=== Running Test from Command line ===
    4343
     44==== Prerequisites ====
     45Here are some of the tools you will need for installing under most linux operating systems.
     46Tools: ant, java jdk/jre 8, junit
     47Example install for Ubuntu Linux:
     48{{{
     49sudo apt-get install ant openjdk-8-jdk junit
     50# please install these ahead, you definitely need them
     51}}}
     52
    4453==== All tests ====
    4554The quickest way to run the tests is done using the 'ant' build system.