diff options
| author | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2022-02-07 10:37:53 +0100 |
|---|---|---|
| committer | spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> | 2022-02-07 10:37:53 +0100 |
| commit | c083d3f18ecf80297b45eeda2abdf2fd6719cd7b (patch) | |
| tree | 0a273fdb3743d9cf80898a852a300cef7054954d /README.md | |
| parent | b554cb1669aef3df239eef8e430082494e4a3041 (diff) | |
| download | psn00bsdk-c083d3f18ecf80297b45eeda2abdf2fd6719cd7b.tar.gz | |
Update version number, readme and license info
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: |
