From 7e90ac9e1c3def8e99a8815628f0acca417f053f Mon Sep 17 00:00:00 2001 From: Greg Tonoski <111286121+GregTonoski@users.noreply.github.com> Date: Fri, 16 Aug 2024 13:44:09 +0200 Subject: [PATCH] Update README.md Added info about doing tests on MacOS (arm64) too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e2cf6c..824973f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The node itself is currently incomplete for various reasons, including: ## Build & Usage (for experimentation only) So far, mako has only been tested on Linux and Win32 (cross-compiled with -mingw). +mingw) and MacOS (arm64). ``` sh $ cmake . -DCMAKE_C_FLAGS=-g -DCMAKE_BUILD_TYPE=Release