Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 25dcb5b

Browse files
document current status of the instructions w.r.t. Conan
1 parent 9fbc9c5 commit 25dcb5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# VCMI dependencies for iOS
22

3+
***NB: the following instructions are for legacy dependencies that are no longer updated. You can still use them if you have Xcode 11/12 or to build for simulator / armv7 device. The recommended way is to use [Conan package manager](https://github.com/vcmi/vcmi/tree/develop/docs/conan.md).***
4+
35
Library dependencies for iOS platform of [VCMI project](https://github.com/vcmi/vcmi).
46

57
Current status:
@@ -9,7 +11,7 @@ Current status:
911

1012
## Using prebuilt package
1113

12-
Download prebuilt libraries from [Releases](https://github.com/vcmi/vcmi-ios-deps/releases) page (they are created with GitHub Actions), unpack the archive and run `fix_install_paths.command` script (either by double-clicking it or from Terminal). Full build instructions are available on [VCMI wiki](https://wiki.vcmi.eu/How_to_build_VCMI_(iOS)).
14+
Download [prebuilt libraries](https://github.com/vcmi/vcmi-ios-deps/releases/tag/1.0) (they were created with GitHub Actions), unpack the archive and run `fix_install_paths.command` script (either by double-clicking it or from Terminal). Full build instructions are available on [VCMI wiki](https://wiki.vcmi.eu/How_to_build_VCMI_(iOS)).
1315

1416
If you move the unpacked directory later, you also need to run the script, as it fixes absolute paths in Boost's CMake config files.
1517

0 commit comments

Comments
 (0)