diff --git a/.hgtags-top-repo b/.hgtags-top-repo index 432c46d8709..0494bf52131 100644 --- a/.hgtags-top-repo +++ b/.hgtags-top-repo @@ -158,3 +158,4 @@ cc771d92284f71765eca14d6d08703c4af254c04 jdk8-b21 894a478d2c4819a1a0f230bd7bdd09f3b2de9a8c jdk8-b34 5285317ebb4e8e4f6d8d52b5616fa801e2ea844d jdk8-b35 6a6ba0a07f33d37a2f97b1107e60c6a9a69ec84d jdk8-b36 +b2972095a4b1e2a97409b7c3df61f3b263a5ce14 jdk8-b37 diff --git a/README-builds.html b/README-builds.html index 1761534fab2..5e8d86af449 100644 --- a/README-builds.html +++ b/README-builds.html @@ -65,6 +65,7 @@
@@ -951,6 +958,36 @@
+ X64 only: + The minimum recommended hardware for building + the Mac OS X version is any 64-bit capable Intel processor, at least 2 + GB of RAM, and approximately 3 GB of free disk space. You should also + have OS X Lion 10.7.3 installed. ++ + +
++ ++
+- + Install XCode 4.1 or newer. + If you install XCode 4.3 or newer, make sure you also install + "Command line tools" found under the preferences pane "Downloads". +
+- + Install "Java for OS X Lion Update 1", + set ALT_BOOTDIR to
+`/usr/libexec/java_home -v 1.6`
+- + Optional Import JDK, set + ALT_JDK_IMPORT_PATH. +
+
Depending on the platform, the OpenJDK build process has some basic @@ -1194,6 +1231,10 @@ set INCLUDE=%VSINSTALLDIR%\vc\include;%WindowsSdkDir%\include set LIB=%VSINSTALLDIR%\vc\lib\amd64;%WindowsSdkDir%\lib\x64 + OS X Lion 10.7.3: LLVM GCC ++ LLVM GCC is bundled with XCode. The version should be at least 4.2.1. +