ps2dev / ps2toolchain

This program will automatically build and install a compiler and other tools used in the creation of homebrew software for the Sony PlayStation® 2 videogame system.
BSD 2-Clause "Simplified" License
239 stars 73 forks source link

Readme.md doesn't have ubuntu install commands unlike other toolchains (minor issue) #100

Open zecoxao opened 1 year ago

zecoxao commented 1 year ago

it should have a line such as

apt install gcc make patch git texinfo flex bison libgsl-dev libgmp-dev libmpfr-dev libmpc-dev gettext libnewlib-dev libipt-dev babeltrace

and/or, alternatively

apt install clang make patch git texinfo flex bison libgsl-dev libgmp-dev libmpfr-dev libmpc-dev gettext libnewlib-dev libipt-dev babeltrace

the last 3 are very likely required as the config option complains about them when building the toolchain