Skip to content

Commit

Permalink
docs: update readme (#5149)
Browse files Browse the repository at this point in the history
Description
---
Due to an issue with Mac M1 chipsets with XCode version 14.1 + later, and RandomX, M1 users need to downgrade their XCode to version 14.0. See issue: #5141 

This has been added to the readme.
  • Loading branch information
SWvheerden authored Jan 30, 2023
1 parent 6b125af commit 73d105c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ brew install cmake openssl tor coreutils automake
brew install --cask powershell
```

#### (macOS M1 chipset)
it is important to note that RandomX does not work on Xcode version 14.1 and newer. To to compile Tari and run properly you need to run XCode version 14.0 or earlier.
To run multiple versions of XCode you can use this guide [here](https://hacknicity.medium.com/working-with-multiple-versions-of-xcode-e331c01aa6bc)

#### (Ubuntu 18.04, including WSL-2 on Windows)

```
Expand Down

0 comments on commit 73d105c

Please sign in to comment.