Skip to content

Commit

Permalink
Add version recommendations for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
dehesselle committed Apr 30, 2022
1 parent 69e9256 commit 57fbcf6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 57fbcf6

Please sign in to comment.