Browse Source

add build instruments for iOS/android, remove mac PPC

Pal Lockheart 7 years ago
parent
commit
af9685ec0b
1 changed files with 8 additions and 6 deletions
  1. 8 6
      README.txt

+ 8 - 6
README.txt

@@ -83,20 +83,22 @@ COMPILE FOR MAC OS X
 To compile, open the project Pal.xcodeproj with Xcode, and click Build. You
 need to have SDL framework installed at /Library/Frameworks.
 
-The compiled bundle should work as a "universal" binary which works on both
-Intel and PowerPC.
-
-
 COMPILE FOR IOS
 ===============
 
-To be written.
+You need to have SDL2 source extracted in the SDL2 folder.To compile, 
+open the project iOS/SDLPAL/SDLPal.xcodeproj with Xcode, and click Build. 
 
 
 COMPILE FOR ANDROID
 ===================
 
-To be written.
+You need to have SDL2 source extracted in the SDL2 folder.
+To compile, type:
+cd android/jni
+ndk-build
+cd ..
+ant debug
 
 
 COMPILE FOR OTHER PLATFORMS