From 2eb9990de75c57fbeea0f6c031d0f666307e6eb5 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 10 Mar 2022 20:53:22 +0100 Subject: [PATCH] Updated Compile and install on macOS (markdown) --- Compile-and-install-on-macOS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compile-and-install-on-macOS.md b/Compile-and-install-on-macOS.md index 9aaba55..5c91cd5 100644 --- a/Compile-and-install-on-macOS.md +++ b/Compile-and-install-on-macOS.md @@ -1,4 +1,4 @@ -## Compile dependencies: +## Compile dependencies mkdir "$HOME/build" cd "$HOME/build" @@ -6,7 +6,7 @@ cd strawberry-macos-dependencies make -## Comile strawberry: +## Comile strawberry PATH="$HOME/build/strawberry-macos-dependencies/usr/bin:/opt/local/bin:$PATH" \ MACOSX_DEPLOYMENT_TARGET=10.15 \