Skip to content

Commit a2c0f27

Browse files
akoeplingerjonpryor
authored andcommitted
[docs] Remove mentions of osx-setup from README (#199)
It's no longer required since 3bf9326.
1 parent bfb8492 commit a2c0f27

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

README.md

+1-33
Original file line numberDiff line numberDiff line change
@@ -32,39 +32,7 @@ The `JNIEnv` API is also huge, unwieldy, and terrible.
3232

3333
## Build Requirements
3434

35-
The current Oracle JDK7 installer only provides 64-bit binaries, while
36-
Mono for OS X is currently a 32-bit binary. These don't work together. :-(
37-
38-
To quickly get a JDK that is usable with the OS X `JavaVM.framework`, run:
39-
40-
$ make osx-setup
41-
42-
If you're instead a glutton for punishment, or you need to check for
43-
an updated `.pkg` for some future `JavaVM.framework` version:
44-
45-
1. Go to the [Downloads page](https://developer.apple.com/downloads/index.action).
46-
Note: This may require you to login first.
47-
2. In the "Search" panel (above the "tree" on the left), enter "Java". Hit `[RETURN]`.
48-
3. Look for the **Java for OS X ... Developer Package** entry.
49-
To the right, under the Release Date column, is the installer. Click it.
50-
51-
At the time of this writing, this links to
52-
[Java for OS X 2013-005 Developer Package][osx-jdk6], released October 15, 2013.
53-
54-
[osx-jdk6]: http://adcdownload.apple.com/Developer_Tools/java_for_os_x_2013005_developer_package/java_for_os_x_2013005_dp__11m4609.dmg
55-
56-
Unfortunately, you can't *install* it on El Capitan. It'll install...but it
57-
won't *do* anything, probably because of [System Integrity Protection][sip].
58-
59-
[sip]: https://en.wikipedia.org/wiki/System_Integrity_Protection
60-
61-
To develop on El Capitan, download the above
62-
`java_for_os_x_2013005_dp__11m4609.dmg` file, open it within Finder,
63-
copy the contained `JavaDeveloper.pkg` file into this directory,
64-
then run the `osx-setup` target:
65-
66-
$ make osx-setup JDK=JavaDeveloper.pkg
67-
35+
Latest Mono from http://www.mono-project.com/
6836

6937
## Build Configuration
7038

0 commit comments

Comments
 (0)