diff options
| author | John "Lameguy" Wilbert Villamor <lameguy64@gmail.com> | 2022-09-26 16:49:56 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-26 16:49:56 +0800 |
| commit | c4a2533d21dfd05cde841ea48c67b05e0e6a853f (patch) | |
| tree | c7ef61653b157b69fb0956709366996ddbc4ecfa /README.md | |
| parent | a8b404b3400c3ebd8e0b923dcaefcc49ea563e36 (diff) | |
| parent | 86f0064afb8200e60dd80827535cac30d0eab028 (diff) | |
| download | psn00bsdk-c4a2533d21dfd05cde841ea48c67b05e0e6a853f.tar.gz | |
Merge pull request #55 from spicyjpeg/psxmdec
Full MDEC support, C library refactors, cleanups and bugfixes (v0.20)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -85,14 +85,19 @@ As of March 28, 2022 ## Obtaining PSn00bSDK -Prebuilt PSn00bSDK packages for Windows and Linux are available through GitHub -Actions which includes the libraries, a copy of the GCC MIPS toolchain, command -line tools, examples and documentation. CMake is **not** included and must be +Prebuilt PSn00bSDK packages for Windows and Linux are available on the releases +page 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. +The releases can be installed by simply extracting the archives into any +directory and adding the `bin` subfolder to the `PATH` environment variable. +`share/psn00bsdk/template` contains a barebones example project that can be +used as a starting point. + +For more information on how to get started, or if you wish to build the SDK +yourself from source instead, refer to [installation.md](doc/installation.md). ## Examples |
