PSP::Toolchain
An open-source toolchain for PSP homebrew development built in Ruby.
Install
Bundler: gem 'psp-toolchain'
RubyGems: gem install psp-toolchain
Dependencies
The following dependencies must be installed (preferably via apt-get
, yum
, port
, brew
, or similar package manager):
- autoconf
- automake
- bison
- flex
- g++/gcc-c++
- gcc
- git
- gmp
- libelf
- libusb-dev
- make
- mpc
- mpfr
- ncurses
- patch
- readline
- subversion
- texinfo
- wget
Usage
Simply run psp-toolchain
and if all dependencies are installed, the toolchain will be compiled.
CLI Options
--prefix
/-p
The output directory for the toolchain.
A bin
directory will be created in this directory which should be added to your PATH.
--force
/-f
The toolchain will not be installed if it is already installed in the --prefix
directory unless this option is passed.
--verbose
/-v
Show the commands that are being run.
Copyright
Copyright © 2013 Ryan Scott Lewis [email protected].
The MIT License (MIT) - See LICENSE for further details.