Преглед изворни кода

list minizip-ng in dev docs

Andrey Filipenkov пре 1 месец
родитељ
комит
1f8f7fd703
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 1
      docs/developers/Building_Linux.md
  2. 1 0
      docs/developers/Building_macOS.md

+ 1 - 1
docs/developers/Building_Linux.md

@@ -13,7 +13,7 @@ To compile, the following packages (and their development counterparts) are need
 
 - CMake
 - SDL2 with devel packages: mixer, image, ttf
-- minizip
+- minizip or minizip-ng
 - zlib and zlib-devel
 - Boost C++ libraries v1.48+: program-options, filesystem, system, thread, locale
 - Recommended, if you want to build launcher or map editor: Qt 5, widget and network modules

+ 1 - 0
docs/developers/Building_macOS.md

@@ -38,6 +38,7 @@ On the step where you need to replace **PROFILE**, choose:
 
 1. [Install Homebrew](https://brew.sh/)
 2. Install dependencies: `brew install boost minizip sdl2 sdl2_image sdl2_mixer sdl2_ttf tbb`
+    - you can also use minizip-ng instead of minizip
 3. If you want to watch in-game videos, also install FFmpeg: `brew install ffmpeg` (you can also use an earlier FFmpeg version)
 4. Install Qt dependency in either of the ways (note that you can skip this if you're not going to build Launcher and Map editor):
     - `brew install qt@5` for Qt 5 or `brew install qt` for Qt 6