版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/hjtlovelife/article/details/91456761
1、Mac安装Mercurial
2、下载openjdk
(1) ideal
(2) hg clone
hg clone http://hg.openjdk.java.net/jdk10/master
3、安装freetype ccache编译时使用
brew install freetype ccache
4、、配置编译参数
$ bash configure --with-debug-level=slowdebug --enable-dtrace --with-jvm-variants=server --with-target-bits=64 --enable-ccache --with-num-cores=8 --with-memory-size=8000 --disable-warnings-as-errors --with-freetype=/usr/local/Cellar/freetype/2.10.0
文章来源: https://blog.csdn.net/hjtlovelife/article/details/91456761