1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Address code review, fix few more issues with formatting

This commit is contained in:
Ivan Savenko
2024-12-01 11:15:13 +00:00
parent 74a4a10f48
commit 36fe8462c5
14 changed files with 43 additions and 45 deletions

View File

@@ -6,8 +6,7 @@
2. Xcode: <https://developer.apple.com/xcode/>
3. CMake 3.21+: `brew install --cask cmake` or get from <https://cmake.org/download/>
4. Optional:
- CCache to speed up recompilation: `brew install ccache`
- CCache to speed up recompilation: `brew install ccache`
## Obtaining source code