From 57fbcf6e76fc724551fd27efd2b1a035d4c4bb39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=CC=81=20de=20Hesselle?= Date: Sat, 30 Apr 2022 21:45:47 +0200 Subject: [PATCH] Add version recommendations for arm64 --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 83518e8..1d83b7a 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,15 @@ The build system being used is [JHBuild](https://gitlab.gnome.org/GNOME/jhbuild) - Use a dedicated user account to avoid any interference with the environment. - No customizations in dotfiles like `.profile`, `.bashrc` etc. -- There are __version recommendations__ based on a known working setup. - - macOS Catalina 10.15.7 - - Xcode 12.4 - - macOS High Sierra 10.13 SDK (from Xcode 9.4.1) +- There are __version recommendations__ based on known working setups. + - For `x86_64` architecture: + - macOS Catalina 10.15.7 + - Xcode 12.4 + - macOS High Sierra 10.13 SDK (from Xcode 9.4.1) + - For `arm64` architecture: + - macOS Big Sur 11.6.5 + - Xcode 13.2.1 + - macOS Big Sur 11.3 SDK (from Xcode 13.0) - An __internet connection__ for all the downloads.