ps3dev / ps3toolchain

A script to autobuild an open source toolchain for the PS3.
BSD 2-Clause "Simplified" License
280 stars 92 forks source link

Add macOS support #88

Closed bucanero closed 4 years ago

bucanero commented 4 years ago

Adds support for macOS Mojave/Catalina with brew

After installing the required libs/tools using brew in a macOS environment, some of the check-dependencies scripts required a fix to validate the installation paths properly.

bucanero commented 4 years ago

Related to the macOS build, I also added a PR to the PSL1GHT repo, as I had to fix some Makefiles to get things compiling properly: https://github.com/ps3dev/PSL1GHT/pull/72

(@miigotu , I'm not sure if you can review that PR too?)