Changes between Version 17 and Version 18 of DevelopersGuide/Compiling
- Timestamp:
- 2016-12-29T13:58:01+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/Compiling
v17 v18 51 51 Example install for Ubuntu Linux: 52 52 {{{ 53 #!sh 53 54 sudo apt-get install ant openjdk-8-jdk junit # please install these ahead, you definitely need them 54 55 }}} … … 57 58 The quickest way to run the tests is done using the 'ant' build system. 58 59 {{{ 60 #!sh 59 61 ant clean test # this will run through all 200+ tests marking them sucessful, failure, in error, or skipped. 60 62 }}}