Skip to content

A script to autobuild an open source toolchain for the PS3.

License

Notifications You must be signed in to change notification settings

humbertodias/ps3toolchain

This branch is 136 commits ahead of, 2 commits behind ps3dev/ps3toolchain:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

da9c7f7 · Apr 8, 2024
Apr 8, 2024
Jul 29, 2023
Mar 19, 2024
Apr 6, 2024
Jun 17, 2020
Mar 6, 2024
Apr 7, 2024
Mar 29, 2019
Oct 24, 2023
Jun 21, 2020
Nov 27, 2017
Nov 27, 2017

Repository files navigation

License

What does this do?

This program will automatically build and install a compiler and other tools used in the creation of homebrew software for the Sony PlayStation 3 videogame system.

How do I use it?

Set up your environment by installing the following software:

autoconf, automake, bison, flex, gcc, libelf, make, makeinfo, ncurses, patch, python, subversion, wget, zlib, libtool, python, bzip2, gmp, pkg-config, g++, libssl-dev, clang

Linux

For Debian based distros:

  apt-get install autoconf automake bison flex gcc libelf-dev make \
    texinfo libncurses5-dev patch python subversion wget zlib1g-dev \
    libtool libtool-bin python-dev bzip2 libgmp3-dev pkg-config g++ libssl-dev clang

For RedHat distros:

  sudo dnf install bison flex gcc elfutils-libelf-devel make python path \
  wget zlib-devel libtool python3-devel bzip2 gmp-devel pkg-config gcc \
  openssl-devel texinfo ncurses-devel

macOS

On macOS systems, if you have Homebrew package manager, the following command line should be enough to install everything necessary:

  brew install autoconf automake openssl libelf ncurses zlib gmp wget pkg-config

Add the following variables to your bash config:

  export PS3DEV=/usr/local/ps3dev
  export PSL1GHT=$PS3DEV

  export PATH=$PATH:$PS3DEV/bin
  export PATH=$PATH:$PS3DEV/ppu/bin
  export PATH=$PATH:$PS3DEV/spu/bin

Run the toolchain script:

  ./toolchain.sh

About

A script to autobuild an open source toolchain for the PS3.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 91.2%
  • Dockerfile 8.8%