Last active
December 5, 2016 01:54
-
-
Save bodja/7dc88b8c54d86c03105fd93871c01278 to your computer and use it in GitHub Desktop.
Build Wineskin engines using SDK 10.8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# W2.5.5v1EngineBase | |
1) put sdk 10.8 into the /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs | |
2) change MinimumSDKVersion at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Info.plist to 10.8 | |
3) update WineskinEngineBuilder's dependencies at /Users/<username>/Library/Application Support/Wineskin/EngineBase/W2.5.5v1EngineBase | |
libxml2 -> libxml2 | |
libpng14 -> libpng16 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment