1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Updated links

This commit is contained in:
Ivan Savenko
2023-09-05 00:52:36 +03:00
parent 9994452ae0
commit 4204e895bc
11 changed files with 53 additions and 68 deletions

View File

@@ -72,7 +72,7 @@ Note that if you wish to use Qt Creator IDE, you should skip this step and confi
# Building project
You must also install game files to be able to run the built version, see [Installation on macOS](Installation_on_macOS "wikilink").
You must also install game files to be able to run the built version, see [Installation on macOS](players/Installation_macOS.md).
## From Xcode IDE
@@ -89,7 +89,7 @@ Open `VCMI.xcodeproj` from the build directory, select `vcmiclient` scheme and h
After building, run `cpack` from the build directory. If using Xcode generator, also pass `-C `<configuration name> with the same configuration that you used to build the project.
If you use Conan, it's expected that you use **conan-generated** directory at step 4 of [#Conan package manager](#Conan_package_manager "wikilink").
If you use Conan, it's expected that you use **conan-generated** directory at step 4 of [Conan package manager](Conan.md).
# Running VCMI