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

Commit c42176c

Browse files
improve the note for ARM Macs
1 parent 25dcb5b commit c42176c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Download [prebuilt libraries](https://github.com/vcmi/vcmi-ios-deps/releases/tag
1515

1616
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.
1717

18-
### Note for arm Macs
18+
### Note for ARM Macs
1919

20-
Qt is built on an Intel host, hence host Qt tools (MOC, UIC etc.) are x86_64. To obtain their native versions, you need to configure Qt manually and then build only those tools.
20+
Qt is built on an Intel host, hence host Qt tools (MOC, UIC etc.) are x86_64. If you want to obtain their native versions (for example, you don't want to use Rosetta), you need to configure Qt manually and then build only those tools.
2121

22-
1. Download and unpack [qtbase module](https://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtbase-everywhere-opensource-src-5.15.5.tar.xz).
22+
1. Download and unpack [qtbase module](https://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtbase-everywhere-opensource-src-5.15.5.tar.xz). Note that the link is for v5.15.5, replace the version as needed.
2323
2. From some build directory execute:
2424

2525
```bash

0 commit comments

Comments
 (0)