From ad9bbe9290ee85f21386725a56621fe41f696308 Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 14 Sep 2021 17:23:49 -0400 Subject: [PATCH] Update readme.md --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 421b7996b..3c9faaf1b 100644 --- a/readme.md +++ b/readme.md @@ -53,6 +53,7 @@ If you are not on a platform supported by the debian packages or if you want to If you dont want to do a static build install the dependancies and run: $ cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF + $ make -j$(nproc) install: @@ -60,7 +61,9 @@ install: ### macOS -Lokinet ~~is~~ will be available on the Apple App store. +Lokinet ~~is~~ will be available on the Apple App store. + +Source code compilation of lokinet is not supported or permitted by apple on their platforms, see [this](contrib/macos/README.txt) for more information. ### Windows