forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

{tut} Mac pspSDK the easy way

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
a_noob



Joined: 17 Sep 2006
Posts: 97
Location: _start: jr 0xDEADBEEF

PostPosted: Thu Oct 12, 2006 5:15 pm    Post subject: {tut} Mac pspSDK the easy way Reply with quote

OK many of you mac users have had problem with the toolchain and so have i but i found a way to make it all work within 10 min

First:Download this http://www.cs.helsinki.fi/u/jikorhon/condev/psp/dl/pspdev_4.0.1.dmg
Make sure you have mac xcode installed

Now: Mount the disk image and click the installer.

After: It is done installing type
Code:
command-shift-g
in the finder. Then type
Code:
/opt/local/
then move this window to the left side of the screen

Now: Choose a new finder window and type
Code:
command-shift-g
then type
Code:
/usr/local/
then move this window to the right side of the screen

You should now have installed the sdk and have two windows open

Make: A new folder on you desktop and call it psp
Code:
command-click
select new/folder

then in the window on the left select everything and then push
Code:
command-c

then open the folder on your desktop called psp and push
Code:
command-v


now the psp folder should have the same contents as the folder on the left.
now select all the items in the psp folder and drag them into the window on the right. Note: you may have to authenticate this

OK now close all finder windows and open up terminal (default=applications/utilities)

now type in
Code:
cd ~/
vim .bash_profile


then type or copy (check to make sure nothing is missing)
Code:
export PSPDEV="/usr/local/pspdev"
export PSPSDK="$PSPDEV/psp/sdk"
export PSPPATH="$PSPDEV/bin:$PSPDEV/psp/bin:$PSPSDK/bin"
export PATH="/sw/bin:$PATH:$PSPPATH"


Now click on terminal prefrences and click on execute this command and type in
Code:
/bin/bash


now close that terminal window and open a new one
Code:
command-w
command-n


now type
Code:
cd /your/folder
hit enter
then type
Code:
make

or
Code:
make kxploit

for 1.5 users

thanks to djone37 at the ps2dev forums for the link to the pre compiled sdk

any qeustions pm me
[/b]
_________________
Code:
.øOº'ºOø.
'ºOo.oOº'
Back to top
View user's profile Send private message AIM Address MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group