Confirmed users
1,209
edits
No edit summary |
m (backticks != quotes :)) |
||
| Line 10: | Line 10: | ||
# 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 | #* If jre is installed on your system, 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): | ||