Skip to content

Instantly share code, notes, and snippets.

@lrytz
Created October 8, 2016 04:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lrytz/491c93a1830987db6c48a2d210d59dfa to your computer and use it in GitHub Desktop.
Save lrytz/491c93a1830987db6c48a2d210d59dfa to your computer and use it in GitHub Desktop.
build openjdk 9
hg clone http://hg.openjdk.java.net/jdk9/jdk9
cd jdk9
sh ./get_source.sh
brew install freetype
bash ./configure --enable-debug --with-freetype=/usr/local/Cellar/freetype/2.7 --with-boot-jdk=/Library/Java/JavaVirtualMachines/jdk-9.jdk/Contents/Home
CONF=macosx-x86_64-normal-server-fastdebug make clean all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment