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. +