Here is the guide :
-------------
Step One :
Download and install macports : http://www.macports.org/
Open the terminal and paste or type this command : "sudo port install autogen autoconf automake nano libtool libsdl patchutils subversion wget gmake"
Step Two :
Open the terminal and paste this command : "defaults write com.apple.Finder AppleShowAllFiles YES"
Press enter
Hold "Alt" and right click finder (in dock) and click "Relaunch"
Step Three :
Go to "Go > Disk"
Open the "opt" folder. Click "cmd & a" then "cmd & c"
Go back to "Disk". Open the "usr / local" (open the "usr" folder, then open the "local" folder) folder. Press "cmd & v".
Step Four :
Open the terminal. Paste or type this command "nano .bash_profile" (make sure your not in a subdirectory, you must be in your home folder).
Then paste or type this :
export PSPDEV="/usr/local/pspdev"
export PSPSDK="$PSPDEV/psp/sdk"
export PSPPATH="$PSPDEV/bin:$PSPDEV/psp/bin:$PSPSDK/bin"
export PATH="/usr/local/bin:/usr/local/sbin:$PATH:$PSPPATH"
Click "ctrl & x", then press "y" then press "enter/return".
Step Five :
Download and run the installer (located via attachment (you must be logged in to see / download the file).
Step Six :
Open the terminal. Paste or type this command : "cd /usr/local/pspdev/psp/sdk/samples/controller/basic"
Then paste or type : "make"
If it compiles your toolchain is now good to go!
Once everything is confirmed working. Open the terminal and paste or type the following command : "defaults write com.apple.Finder AppleShowAllFiles NO"
Hold "Alt" and right click finder (in dock) and click "Relaunch".
-------------
You may find some libraries that are not installed. You can install these via the svn co command. I.e : svn co svn://svn.ps2dev.org/psp/trunk/
for example to install libmad (it's already installed, this is just an example)
svn co svn://svn.ps2dev.org/psp/trunk/libmad
Hope this works for you guys
*note : Do NOT type in/paste the quotes when executing any of the commands in this tutorial.
Attached File(s)
-
PSPToolChainInstaller.zip (33.98MB)
Number of downloads: 30
Sign In
Register
Help
Forums
Members
Help
Portal
Search






Back to top
MultiQuote