PS2DEV network    

  > HOME
  > ABOUT

  > FORUMS
  > VIEW SVN
  > WIKI

 PS2
  > TUTORIALS
  > LOADERS
  > TOOLS
  > SAMPLE CODE
  > DEMOS
  > PROJECTS

 PSP
  > TUTORIALS
  > TOOLS
  > DEMOS
  > PROJECTS

 PS3
  > LINKS
  > TUTORIALS
  > TOOLS
  > DEMOS
  > PROJECTS

   RSS


 USER ID (register)
 
 PASSWORD
 



Installing the toolchain on Ubuntu

Specific instructions for Ubuntu are found in the readme-ubuntu.txt file in the psptoolchain directory.

readme-ubuntu.txt


 ## Install the required packages.
 sudo apt-get install build-essential autoconf automake bison flex \
  libncurses5-dev libreadline-dev libusb-dev texinfo libgmp3-dev   \
  libmpfr-dev subversion gcc-4.2

 ## Set up the environment.
 gedit ~/.bashrc

  ## Add these lines to the end of the file.
  export PSPDEV="/usr/local/pspdev"
  export PSPSDK="$PSPDEV/psp/sdk"
  export PATH="$PATH:$PSPDEV/bin:$PSPSDK/bin"

 ## Load the environment changes.
 source ~/.bashrc

 ## Build and install the toolchain + sdk.
 sudo ./toolchain-sudo.sh

 
Site Content Copyright 2001-2010 © Authors. Read Legal Statement for Information
LimeSite Software by Live Media