From 5d17c5e38e479996428ff1b9ee168cbbea270b0f Mon Sep 17 00:00:00 2001 From: Matthew Campbell Date: Sun, 23 Oct 2016 09:55:57 +0700 Subject: [PATCH] fix ios build docs --- ios/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/README.md b/ios/README.md index 672587ae2f..f451fb5c1c 100644 --- a/ios/README.md +++ b/ios/README.md @@ -36,6 +36,6 @@ Change directory back up to the main ppsspp directory and do the following: mkdir build-ios cd build-ios - cmake -DCMAKE_TOOLCHAIN_FILE=../ios/ios.toolchain.cmake -GXcode .. + cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/ios.cmake -GXcode .. You now should have an Xcode project file in the build-ios directory named PPSSPP.xcodeproj. Open it up in Xcode and do Product->Build to build the debug version, or Product->Build For->Archiving to build the release version (which is much faster). If your iOS device is plugged in, you may be able to just Run in Xcode to install and test it. Otherwise, copy the PPSSPP app from build-ios/Debug-iphoneos/PPSSPP.app or build-ios/Release-iphoneos/PPSSPP.app to the /Applications directory on your device and from ssh or MobileTerminal do a "chmod +x PPSSPP" inside the PPSSPP.app directory. If this is the first time you've installed the PPSSPP app, you'll have to respring or restart your device for the icon to show up. \ No newline at end of file