source: trunk/README.txt

Last change on this file was 948, checked in by davidb, 9 years ago

Initial cut at README file for project

  • Property svn:executable set to *
File size: 458 bytes
Line 
1
2
3To compile the Expeditee source code, make sure you a version of the Java
4Development Kit (JDK) installed. A minimum of Java 1.7 is required, and we
5recommend Java 1.8 to utilize the JFX features Expeditee includes.
6
7For Unix users you might, for example, do something like the following:
8
9 # Put javac on your PATH
10 export JAVA_HOME=/opt/java/jdk1.8.0
11 export PATH=$JAVA_HOME/bin:$PATH
12
13 # Compile up the code
14 ant build
15
16 # Then run it
17 ant run
18
Note: See TracBrowser for help on using the repository browser.