mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
list minizip-ng in dev docs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user