From d38c801313dc06dad4fb041597edcee0a51038ab Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 25 Jul 2021 13:41:05 +0300 Subject: [PATCH] readme: update prerequisites topic --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 09278077..cb71385b 100644 --- a/readme.md +++ b/readme.md @@ -26,8 +26,7 @@ Run `build.py` without arguments for complete list of options. ## Prerequisites -* Xcode 12.2 or newer, launch it once to finish installation -* CMake 3.18 or newer, `CMake.app` in `/Applications` or system-wide `cmake` console executable +Xcode 12.2 or newer is required in order to build universal binaries. Launch Xcode once to finish its installation. In theory, it is possible to use older versions of Xcode to build Intel target only by adding `--disable-arm` command line option. ## Directories