source: local/greenstone3/linux-64bit/README--self-sufficient.txt@ 35713

Last change on this file since 35713 was 35644, checked in by davidb, 3 years ago

Further updated notes (this time for ant)

File size: 581 bytes
Line 
1
2# You can download a OpenJDK11 tar.gz file from:
3
4 firefox "https://www.azul.com/downloads/?version=java-11-lts&os=linux&architecture=x86-64-bit&package=jdk#download-openjdk"
5
6At the time of writing:
7
8 wget "https://cdn.azul.com/zulu/bin/zulu11.50.19-ca-jdk11.0.12-linux_x64.tar.gz"
9
10 tar xvzf zulu11.50.19-ca-jdk11.0.12-linux_x64.tar.gz
11 mv zulu11.50.19-ca-jdk11.0.12-linux_x64 zulu-jdk11-linux64
12
13 export JAVA_HOME=$PWD/zulu-jdk11-linux64
14 export PATH=$JAVA_HOME/bin:$PATH
15
16# For ant:
17
18 tar xvzf apache-ant-1.9.6-bin.tar.gz
19 export PATH=$PWD/apache-ant-1.9.6/bin:$PATH
20
Note: See TracBrowser for help on using the repository browser.