Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/badboy/ps2dev-psptoolchain
- Owner: badboy
- Created: 2014-12-27T15:48:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-27T15:50:56.000Z (about 10 years ago)
- Last Synced: 2024-12-24T02:01:32.111Z (28 days ago)
- Language: Shell
- Homepage:
- Size: 813 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme-ubuntu.txt
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