Changes between Version 15 and Version 16 of DevelopersGuide/Compiling
- Timestamp:
- 2016-12-29T03:16:50+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/Compiling
v15 v16 42 42 === Running Test from Command line === 43 43 44 ==== Prerequisites ==== 45 Here are some of the tools you will need for installing under most linux operating systems. 46 Tools: ant, java jdk/jre 8, junit 47 Example install for Ubuntu Linux: 48 {{{ 49 sudo apt-get install ant openjdk-8-jdk junit 50 # please install these ahead, you definitely need them 51 }}} 52 44 53 ==== All tests ==== 45 54 The quickest way to run the tests is done using the 'ant' build system.
