Created
December 9, 2011 13:52
-
-
Save jponge/1451605 to your computer and use it in GitHub Desktop.
Building OpenJDK 8 with Jigsaw
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hg clone http://hg.openjdk.java.net/jigsaw/jigsaw | |
cd jigsaw | |
bash get_sources.sh | |
export LANG=C | |
export ALT_BOOTDIR=/usr/lib/jvm/java-1.7.0-openjdk-i386 | |
export ALLOW_DOWNLOADS=true | |
make sanity | |
make all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment