RetroEmu: PSPToolchain installer for OSX Snow Leopard & Below - RetroEmu

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

PSPToolchain installer for OSX Snow Leopard & Below

#1 User is offline   Zack Icon

  • Site Owner
  • Icon
  • Group: Administrators
  • Posts: 208
  • Joined: 17-October 09

Posted 03 June 2010 - 10:18 PM

So i finally managed to get a PSP Toolchain install working on OSX Snow Leopard V10.6.3. It took a lot more work than this tutorial, but I got there. I made an installer to make this a lot less painful for others.

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)




Before sending me a pm, please read this. Thank you.

My Releases :

Posted Image
^-------------------------^
Posted Image
^-------------------------^
Posted Image
^-------------------------^
Posted Image
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users