From 970a4c5b4c6b67cccf6c0c87a3d76a594fe358b0 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Mon, 27 May 2024 14:46:34 +0300 Subject: [PATCH] docs: update reference to Conan Signed-off-by: Emmanuel Ferdman --- docs/developers/Building_Android.md | 4 ++-- docs/developers/Building_iOS.md | 2 +- docs/developers/Building_macOS.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/developers/Building_Android.md b/docs/developers/Building_Android.md index 7aa9728be..6eb3d5e7d 100644 --- a/docs/developers/Building_Android.md +++ b/docs/developers/Building_Android.md @@ -26,8 +26,8 @@ git clone --recurse-submodules https://github.com/vcmi/vcmi.git ## Obtaining dependencies -We use Conan package manager to build/consume dependencies, find detailed usage instructions [here](https://github.com/vcmi/vcmi/tree/develop/docs/conan.md). Note that the link points to the cutting-edge state in `develop` branch, for the latest release check the same document in the [master -branch](https://github.com/vcmi/vcmi/tree/master/docs/conan.md). +We use Conan package manager to build/consume dependencies, find detailed usage instructions [here](./Conan.md). Note that the link points to the cutting-edge state in `develop` branch, for the latest release check the same document in the [master +branch](./Conan.md). On the step where you need to replace **PROFILE**, choose: - `android-32` to build for 32-bit architecture (armeabi-v7a) diff --git a/docs/developers/Building_iOS.md b/docs/developers/Building_iOS.md index afeeb43a3..9ae6fa69e 100644 --- a/docs/developers/Building_iOS.md +++ b/docs/developers/Building_iOS.md @@ -18,7 +18,7 @@ git clone --recurse-submodules https://github.com/vcmi/vcmi.git There are 2 ways to get prebuilt dependencies: -- [Conan package manager](https://github.com/vcmi/vcmi/tree/develop/docs/conan.md) - recommended. Note that the link points to the cutting-edge state in `develop` branch, for the latest release check the same document in the [master branch (https://github.com/vcmi/vcmi/tree/master/docs/conan.md). +- [Conan package manager](./Conan.md) - recommended. Note that the link points to the cutting-edge state in `develop` branch, for the latest release check the same document in the [master branch](./Conan.md). - [legacy manually built libraries](https://github.com/vcmi/vcmi-ios-deps) - can be used if you have Xcode 11/12 or to build for simulator / armv7 device ## Configuring project diff --git a/docs/developers/Building_macOS.md b/docs/developers/Building_macOS.md index 349d410a6..c705f2d51 100644 --- a/docs/developers/Building_macOS.md +++ b/docs/developers/Building_macOS.md @@ -23,7 +23,7 @@ There're 2 ways to get dependencies automatically. ## Conan package manager -Please find detailed instructions in [VCMI repository](https://github.com/vcmi/vcmi/tree/develop/docs/conan.md). Note that the link points to the cutting-edge state in `develop` branch, for the latest release check the same document in the [master branch](https://github.com/vcmi/vcmi/tree/master/docs/conan.md). +Please find detailed instructions in [VCMI repository](./Conan.md). Note that the link points to the cutting-edge state in `develop` branch, for the latest release check the same document in the [master branch](./Conan.md). On the step where you need to replace **PROFILE**, choose: