Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/badboy/ps2dev-psptoolchain

mirror of the svn.ps2dev.org psptoolchain repository, taken from http://psp.jim.sh/svn/psp/trunk/psptoolchain/
https://github.com/badboy/ps2dev-psptoolchain

Last synced: 24 days ago
JSON representation

mirror of the svn.ps2dev.org psptoolchain repository, taken from http://psp.jim.sh/svn/psp/trunk/psptoolchain/

Awesome Lists containing this project

README

        

## 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

## 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