From 05554d39f6bb0b0dc47efbd56fc95deb482ee354 Mon Sep 17 00:00:00 2001 From: Julien Bongars Date: Wed, 29 Jun 2022 16:52:54 +0800 Subject: [PATCH] docs: updated README (build) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56c5b0d0..84a5e846 100644 --- a/README.md +++ b/README.md @@ -95,11 +95,16 @@ Windows: perl Configure VC-WIN64A nmake -macOS: +macOS (Intel): ./Configure darwin64-x86_64-cc no-shared make + +macOS (Apple Silicon) + ./Configure darwin64-arm64-cc no-shared + make + Linux: ./config -fPIC