Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ The software is likely to compile and work properly on most Linux systems. It sh
cmake --build . --target lite-client
```

If running on M1 Mac run the following command:
```
grep -rl 'march=native' . | LC_ALL=C xargs sed -i '' 's/march=native/mcpu=apple-a12/g'
```

Download the newest configuration file from https://newton-blockchain.github.io/global.config.json for mainnet:

```
Expand Down