You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 21, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# VCMI dependencies for iOS
2
2
3
-
Library dependencies for [iOS platform](https://github.com/vcmi/vcmi).
3
+
Library dependencies for iOS platform of [VCMI project](https://github.com/vcmi/vcmi).
4
4
5
5
Current status:
6
6
@@ -9,11 +9,7 @@ Current status:
9
9
10
10
## Using prebuilt package
11
11
12
-
Download prebuilt libraries from [Releases](https://github.com/kambala-decapitator/vcmi-ios-depends/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).
13
-
14
-
When configuring VCMI for iOS, pass `CMAKE_PREFIX_PATH` pointing to the directory of device or simulator. For example, when configuring for device you'd pass:
Download prebuilt libraries from [Releases](https://github.com/kambala-decapitator/vcmi-ios-depends/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)).
17
13
18
14
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.
0 commit comments