From c083d3f18ecf80297b45eeda2abdf2fd6719cd7b Mon Sep 17 00:00:00 2001 From: spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> Date: Mon, 7 Feb 2022 10:37:53 +0100 Subject: Update version number, readme and license info --- doc/installation.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'doc') 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 "` 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 -- cgit v1.2.3