From 840da5b706fa30dc79a8e97894dd048b0e6e3d46 Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 15 May 2019 20:04:30 +0200 Subject: [PATCH] Added MacOS Mojave instructions --- docs/install.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/install.md b/docs/install.md index 07bf469..ba3ac1e 100644 --- a/docs/install.md +++ b/docs/install.md @@ -124,6 +124,11 @@ Install dependencies: brew install cmake pkg-config boost gtksourceviewmm3 gnome-icon-theme aspell llvm clang-format libgit2 ctags ``` +Mojave users might need to install headers: +```sh +open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg +``` + Get juCi++ source, compile and install: ```sh git clone --recursive https://gitlab.com/cppit/jucipp