From 72e71b575a6adffc2b0c82aa86dc79bea6f6dd1a Mon Sep 17 00:00:00 2001 From: Guillaume Jacquemin Date: Thu, 28 Mar 2024 12:23:25 +0100 Subject: [PATCH] README: mention zlib needs to be installed. It might already be a dependency of other packages installed through the command-line, but better safe than sorry. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef55037..4314677 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ launch `MassBuilderSaveTool-.exe`. 1. Install the 64-bit (`x86_64`) version of [MSYS2](https://www.msys2.org/) in its default path (`C:\msys64`), and update it fully. -2. Run `pacman -S git mingw-w64-ucrt-x86_64-toolchain mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-ninja`. +2. Run `pacman -S git mingw-w64-ucrt-x86_64-toolchain mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-ninja mingw-w64-ucrt-x86_64-zlib`. 3. In a `URCT64` shell, type `git clone https://github.com/williamjcm/MassBuilderSaveTool`. 4. Type `cd MassBuilderSaveTool && git submodule init && git submodule update && mkdir build && cd build`. 5. Type `cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..`