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 /doc | |
| parent | b554cb1669aef3df239eef8e430082494e4a3041 (diff) | |
| download | psn00bsdk-c083d3f18ecf80297b45eeda2abdf2fd6719cd7b.tar.gz | |
Update version number, readme and license info
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/installation.md | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/installation.md b/doc/installation.md index c766fd9..2d058ab 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -2,12 +2,10 @@ # Getting started with PSn00bSDK **IMPORTANT**: due to a bug in `libflac` (used by `mkpsxiso`), building using -MinGW on Windows is currently broken. You'll have to install Visual Studio and -pass `-G "Visual Studio <version>"` to CMake when configuring PSn00bSDK to use -MSVC instead. Due to MSBuild limitations *you'll still need to install Ninja* -in order to build the SDK, as MSBuild is not compatible with custom toolchains. -This guide will be updated with detailed MSVC build instructions in the near -future. +MinGW on Windows currently requires `-DMKPSXISO_NO_LIBFLAC=ON` to be passed to +CMake when configuring PSn00bSDK. This will result in the `dumpsxiso` utility +being built without support for ripping CD audio tracks to FLAC, however the +`mkpsxiso` command will still retain FLAC support. ## Building and installing |
