Skip to content

Instantly share code, notes, and snippets.

@akkidas
Created March 27, 2016 02:10
Show Gist options
  • Save akkidas/6be268e060071904c6b5 to your computer and use it in GitHub Desktop.
Save akkidas/6be268e060071904c6b5 to your computer and use it in GitHub Desktop.
Mac OS X El Capitan OpenJDK 9
# Mac OSX:10.11.3
# Xcode:7.2.1
# XQuartz
hg clone http://hg.openjdk.java.net/jdk9/jdk9 jdk9
cd jdk9
chmod u+x get_source.sh
./get_source.sh
chmod u+x configure
./configure --with-freetype-include=/opt/X11/include/freetype2 --with-freetype-lib=/opt/X11/lib --disable-warnings-as-errors
make all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment