Releases: AndrewAltimit/rust-psp
Releases · AndrewAltimit/rust-psp
Release v1.0.0
Release v1.0.0
Rust PSP SDK
Pre-built binaries for the rust-psp toolchain:
| Binary | Description |
|---|---|
cargo-psp |
Cargo subcommand for building PSP homebrew (EBOOT.PBP) |
prxgen |
PRX generator for PSP modules |
pack-pbp |
PBP archive packer |
mksfo |
SFO metadata file generator |
prxmin |
PRX minimizer/stripper |
Installation
# Make binaries executable
chmod +x cargo-psp-linux-* prxgen-linux-* pack-pbp-linux-* mksfo-linux-* prxmin-linux-*
# Copy to your PATH (e.g. ~/.cargo/bin/)
cp cargo-psp-linux-* ~/.cargo/bin/cargo-psp
cp prxgen-linux-* ~/.cargo/bin/prxgen
cp pack-pbp-linux-* ~/.cargo/bin/pack-pbp
cp mksfo-linux-* ~/.cargo/bin/mksfo
cp prxmin-linux-* ~/.cargo/bin/prxminRequirements
- Rust nightly toolchain with
rust-srccomponent mipsel-sony-psptarget (added automatically bycargo psp)
Commit Information
- Commit: ad479fd
- Branch: v1.0.0