Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8
提交
6b8a4ba9
D
dragonwell8
项目概览
openanolis
/
dragonwell8
通知
5
Star
3
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
6b8a4ba9
编写于
5月 03, 2012
作者:
E
ewendeli
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
7154130: Add Mac OS X Instructions to README-builds.html
Reviewed-by: ohair Contributed-by: edvard.wendelin@oracle.com
上级
b900358b
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
41 addition
and
0 deletion
+41
-0
README-builds.html
README-builds.html
+41
-0
未找到文件。
README-builds.html
浏览文件 @
6b8a4ba9
...
@@ -65,6 +65,7 @@
...
@@ -65,6 +65,7 @@
<li><a
href=
"#linux"
>
Basic Linux System Setup
</a>
</li>
<li><a
href=
"#linux"
>
Basic Linux System Setup
</a>
</li>
<li><a
href=
"#solaris"
>
Basic Solaris System Setup
</a>
</li>
<li><a
href=
"#solaris"
>
Basic Solaris System Setup
</a>
</li>
<li><a
href=
"#windows"
>
Basic Windows System Setup
</a>
</li>
<li><a
href=
"#windows"
>
Basic Windows System Setup
</a>
</li>
<li><a
href=
"#macosx"
>
Basic Mac OS X System Setup
</a></li>
<li><a
href=
"#dependencies"
>
Build Dependencies
</a>
<li><a
href=
"#dependencies"
>
Build Dependencies
</a>
<ul>
<ul>
<li><a
href=
"#bootjdk"
>
Bootstrap JDK
</a>
</li>
<li><a
href=
"#bootjdk"
>
Bootstrap JDK
</a>
</li>
...
@@ -230,6 +231,12 @@
...
@@ -230,6 +231,12 @@
<td>
Microsoft Visual Studio C++ 2010 Professional Edition
</td>
<td>
Microsoft Visual Studio C++ 2010 Professional Edition
</td>
<td>
JDK 6u18
</td>
<td>
JDK 6u18
</td>
</tr>
</tr>
<tr>
<td>
Mac OS X X64 (64-bit)
</td>
<td>
Mac OS X 10.7.3 "Lion"
</td>
<td>
XCode 4.1 or later
</td>
<td>
Java for OS X Lion Update 1
</td>
</tr>
</tbody>
</tbody>
</table>
</table>
<p>
<p>
...
@@ -951,6 +958,36 @@
...
@@ -951,6 +958,36 @@
</blockquote>
</blockquote>
<!-- ------------------------------------------------------ -->
<!-- ------------------------------------------------------ -->
<hr>
<hr>
<h3><a
name=
"macosx"
>
Basic Mac OS X System Setup
</a></h3>
<blockquote>
<strong>
X64 only:
</strong>
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.
</blockquote>
<!-- ------------------------------------------------------ -->
<h4><a
name=
"macosx_checklist"
>
Basic Mac OS X Check List
</a></h4>
<blockquote>
<ol>
<li>
Install
<a
href=
"https://developer.apple.com/xcode/"
>
XCode 4.1
</a>
or newer.
If you install XCode 4.3 or newer, make sure you also install
"Command line tools" found under the preferences pane "Downloads".
</li>
<li>
Install
<a
href=
"http://support.apple.com/kb/dl1421"
target=
"_blank"
>
"Java for OS X Lion Update 1"
</a>
,
set
<tt><a
href=
"#ALT_BOOTDIR"
>
ALT_BOOTDIR
</a>
to
<code>
`/usr/libexec/java_home -v 1.6`
</code></tt>
</li>
<li>
<a
href=
"#importjdk"
>
Optional Import JDK
</a>
, set
<tt><a
href=
"#ALT_JDK_IMPORT_PATH"
>
ALT_JDK_IMPORT_PATH
</a></tt>
.
</li>
</ol>
</blockquote>
<!-- ------------------------------------------------------ -->
<hr>
<h3><a
name=
"dependencies"
>
Build Dependencies
</a></h3>
<h3><a
name=
"dependencies"
>
Build Dependencies
</a></h3>
<blockquote>
<blockquote>
Depending on the platform, the OpenJDK build process has some basic
Depending on the platform, the OpenJDK build process has some basic
...
@@ -1194,6 +1231,10 @@
...
@@ -1194,6 +1231,10 @@
set INCLUDE=%VSINSTALLDIR%\vc\include;%WindowsSdkDir%\include
set INCLUDE=%VSINSTALLDIR%\vc\include;%WindowsSdkDir%\include
set LIB=%VSINSTALLDIR%\vc\lib\amd64;%WindowsSdkDir%\lib\x64
set LIB=%VSINSTALLDIR%\vc\lib\amd64;%WindowsSdkDir%\lib\x64
</pre>
</pre>
<strong><a
name=
"llvmgcc"
>
OS X Lion 10.7.3: LLVM GCC
</a></strong>
<blockquote>
LLVM GCC is bundled with XCode. The version should be at least 4.2.1.
</blockquote>
</blockquote>
</blockquote>
<!-- ------------------------------------------------------ -->
<!-- ------------------------------------------------------ -->
<h4><a
name=
"zip"
>
Zip and Unzip
</a></h4>
<h4><a
name=
"zip"
>
Zip and Unzip
</a></h4>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录