diff --git a/docs/compile.md b/docs/compile.md index aceeb8a..6f866a6 100644 --- a/docs/compile.md +++ b/docs/compile.md @@ -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: ```