(I use ubuntu 8.10 )
***UPDATED*** ( Updated some minor problem and added a psp developer site at bottom also added Bold to some text )
you will NEED to install:
build-essential, autoconf, automake, bison, flex, libncurses5-dev, libreadline-dev, libusb-dev, texinfo, libmpfr-dev,
libgmp3-dev
if you dont know how to install open termianl and type
sudo apt-install then type one of those names
First off -- go to your home/username folder <(username)> = your ubuntu login name...so anyways go to your home/username folder and you should see folders like Desktop, Documents, Examples, etc now press ctrl + H (this shows your hidden folders) now scroll down and find a txt folder called .bashrc and open that up and paste these at the bottom of the text file
export PSPDEV="/usr/local/pspdev"
export PSPSDK="$PSPDEV/psp/sdk"
export PATH="$PATH:$PSPDEV/bin:$PSPSDK/bin"
Then save that and exit text editor now back to your username folder press ctrl + H to hide your hidden folders now open Synaptic Package Manager System - Administration - Synaptic Package Manager now search for libgmp3-dev and install that now open your terminal
Applications - Accessories - Terminal and type this or paste
Code: Select all
svn checkout svn://svn.ps2dev.org/psp/trunk/psptoolchain
now type this in terminal
Code: Select all
cd /home/YOUR USER NAME GOES HERE/psptoolchain
Code: Select all
sudo ./toolchain-sudo.sh
when your done hopefully no error then congrats you have psptoolchain ;)
****************************** Update Below**********************************************************
When You Get This Installed Start Learning Here
Code: Select all
http://www.psp-programming.com/tutorials/c/lesson02.htm
SOME INFO ABOUT PSPTOOLCHAIN
This program will automatically build and install a compiler and other
tools used in the creation of homebrew software for the Sony Playstation
Portable handheld videogame system. Basically It makes eboot.pbp's from main.c, main.cpp ect read the tutorials on psp-programming
**************************************************************************