angelsniper45
New Member
Did you upgrade to ubuntu 9.04 recently? Well theres still hope for your psp homebrewing needs.
Heres what you need---
Before any of this open up a terminal and type in
sudo su
(this enables you to become a root user and allow any changes without having to go through the pesky c
1. Install the essential packages needed to install the toolchain from source --
2. After that, download the latest toolchain by ---
3. Now we need to make some changes to your login script. Run this line of code in a terminal and run this--
At the end of that file, add these lines - they tell the script where to go and what not
Heres what you need---
Before any of this open up a terminal and type in
sudo su
(this enables you to become a root user and allow any changes without having to go through the pesky c
1. Install the essential packages needed to install the toolchain from source --
Code:
sudo apt-get install build-essential autoconf automake bison \
flex libncurses5-dev libreadline-dev libusb-dev texinfo libgmp3-dev
2. After that, download the latest toolchain by ---
Code:
svn co svn://svn.ps2dev.org/psp/trunk/psptoolchain
3. Now we need to make some changes to your login script. Run this line of code in a terminal and run this--
Code:
gedit ~/.bashrc
At the end of that file, add these lines - they tell the script where to go and what not
Code:
export PSPDEV=