mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Update Mac OS X details in INSTALL.md
We don’t use Mac OS X 10.4 SDK universal anymore.
This commit is contained in:
parent
392eacdb6a
commit
8749cb780c
20
INSTALL.md
20
INSTALL.md
@ -133,21 +133,13 @@ the repository clone in a directory called `aseprite`):
|
|||||||
|
|
||||||
# Mac OS X details
|
# Mac OS X details
|
||||||
|
|
||||||
You need the old Mac OS X 10.4 SDK universal, which can be obtained
|
From v1.1.4 we compile with Mac OS X 10.11 SDK universal. You should
|
||||||
from Xcode 3.1 Developer Tools (Xcode 3.1 Developer DVD,
|
run cmake with the following parameters:
|
||||||
`xcode31_2199_developerdvd.dmg`). You can get it from Apple developer
|
|
||||||
website (you need to be registered):
|
|
||||||
|
|
||||||
https://developer.apple.com/downloads/
|
-D "CMAKE_OSX_ARCHITECTURES:STRING=x86_64"
|
||||||
|
-D "CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.7"
|
||||||
Inside the `Packages` folder, there is a `MacOSX10.4.Universal.pkg`,
|
-D "CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk"
|
||||||
install it (it will be installed in `/SDKs/MacOSX10.4u.sdk`), and run
|
-D "WITH_HarfBuzz:BOOL=OFF"
|
||||||
cmake with the following parameters:
|
|
||||||
|
|
||||||
-DCMAKE_OSX_ARCHITECTURES:STRING=i386
|
|
||||||
-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.4
|
|
||||||
-DCMAKE_OSX_SYSROOT:STRING=/SDKs/MacOSX10.4u.sdk
|
|
||||||
-DWITH_HarfBuzz=OFF
|
|
||||||
|
|
||||||
## Issues with Retina displays
|
## Issues with Retina displays
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user