diff options
| author | John "Lameguy" Wilbert Villamor <lameguy64@gmail.com> | 2022-03-25 09:22:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-25 09:22:20 +0800 |
| commit | 975e614b3c840e2f717adac1d1cb9cee4e5e561b (patch) | |
| tree | 6584ce5b0dbe27a466c95c81fac61b0d90f627bd /README.md | |
| parent | 05d44488bd5587786f4bd0286fc0f555c79aa46a (diff) | |
| parent | 45168ae43e29aa5930ee5a206475ae836078915f (diff) | |
| download | psn00bsdk-975e614b3c840e2f717adac1d1cb9cee4e5e561b.tar.gz | |
Merge pull request #46 from spicyjpeg/psxmdec
Critical ldscript fixes, initial MDEC support and CI updates
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -82,14 +82,14 @@ As of November 28, 2021 ## Obtaining PSn00bSDK -PSn00bSDK has switched to a CMake-based build and installation system. See -[installation.md](doc/installation.md) for details. - -Prebuilt SDK packages and versions of the GCC toolchain for Windows and Linux -(DEB/RPM) are available through GitHub Actions. Stable releases haven't yet -been published however, due to this project being in a work-in-progress state. -It is still recommended to build the SDK from source for the time being. +Prebuilt PSn00bSDK packages for Windows and Linux are available through GitHub +Actions and include the libraries, a copy of the GCC MIPS toolchain, command +line tools, examples and documentation. CMake is **not** included and must be +installed separately, either from [its website](https://cmake.org/download) or +via MSys2 or your distro's package manager. +See [installation.md](doc/installation.md) for a quick start guide and for +details on how to build the SDK yourself. ## Examples @@ -131,6 +131,8 @@ Contributors: * **spicyjpeg**: dynamic linker, CMake scripts, some docs and examples (`system/dynlink`, `sound/spustream`, `io/pads`, `io/system573`). +* **Silent**, **G4Vi**, **Chromaryu**: `mkpsxiso` and `dumpsxiso` (maintained + as a [separate repo](https://github.com/Lameguy64/mkpsxiso)). Honorable mentions: |
