Changes between Version 17 and Version 18 of DevelopersGuide/Compiling


Ignore:
Timestamp:
2016-12-29T13:58:01+01:00 (9 years ago)
Author:
skyper
Comment:

syntax highlighting

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/Compiling

    v17 v18  
    5151Example install for Ubuntu Linux:
    5252{{{
     53#!sh
    5354sudo apt-get install ant openjdk-8-jdk junit    # please install these ahead, you definitely need them
    5455}}}
     
    5758The quickest way to run the tests is done using the 'ant' build system. 
    5859{{{
     60#!sh
    5961ant clean test   # this will run through all 200+ tests marking them sucessful, failure, in error, or skipped. 
    6062}}}