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.
-
Set up your environment by installing the following software:
autoconf, automake, bison, flex, gcc, g++/gcc-c++, libusb-dev, make, ncurses, patch, readline, subversion, texinfo, wget, mpc, gmp, libelf, mpfr, git
-
Set the PSPDEV and PATH environmental variables:
export PSPDEV=/usr/local/pspdev export PATH=$PATH:$PSPDEV/bin
The PSPDEV variable is the directory the toolchain will be installed to, change this if you wish. If possible the toolchain script will automatically add these variables to your systems login scripts, otherwise you will need to manually add these variables yourself.
-
Run the toolchain script:
./toolchain.sh
-
Install the required packages by running.
sudo apt-get install g++ build-essential autoconf automake automake1.9 cmake doxygen bison flex libncurses5-dev libsdl1.2-dev libreadline-dev libusb-dev texinfo libgmp3-dev libmpfr-dev libelf-dev libmpc-dev libfreetype6-dev zlib1g-dev libtool subversion git tcl unzip
-
Build and install the toolchain and SDK.
sudo ./toolchain-sudo.sh
NOTE: If you do not wish for the toolchain to be installed in /usr/local/pspdev then edit toolchain-sudo.sh and change the INSTALLDIR variable.
-
Run
prepare-mac-os.sh
. This will auto-install all the libraries you will need before building.sudo ./prepare-mac-os.sh
-
Build and install the toolchain and SDK.
sudo ./toolchain-sudo.sh
Visit the following sites to learn more: