Update:Build Process: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 8: Line 8:
# Checkout trunk
# Checkout trunk
# Within trunk, cd bin and `./build.sh path_to_jre`
# Within trunk, cd bin and `./build.sh path_to_jre`
#* If jre is installed on your system, path_to_jre should be `which java` (''with backticks'').
#* If jre is installed on your system (khan has it), path_to_jre should be `which java` (''with backticks'').
#* If not you should download a copy of jre from http://www.java.com/en/download/manual.jsp and use the path to the java binary (example: `./build.sh ../../jre#.#.#_##/bin/java`)
#* If not you should download a copy of jre from http://www.java.com/en/download/manual.jsp and use the path to the java binary (example: `./build.sh ../../jre#.#.#_##/bin/java`)
#* This file will do the following (in order):
#* This file will do the following (in order):
39

edits