From fa7bf3ae33307ca63f2dbc85b5b2c063cf56511e Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 26 Mar 2019 11:10:26 +0100 Subject: [PATCH] Updated install-instructions for MacOS --- docs/install.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/install.md b/docs/install.md index 435ba2c..a7223f4 100644 --- a/docs/install.md +++ b/docs/install.md @@ -119,12 +119,11 @@ sudo make install On FreeBSD, latest release of juCi++ is available through the port: jucipp. ## MacOS with Homebrew (http://brew.sh/) -**Installing llvm may take some time, and you need to follow the lldb code signing instructions. For an easier dependency install, but without debug support, remove `--with-lldb` below.** +**Homebrew's llvm package no longer includes the lldb-library.** Install dependencies: ```sh -brew install --with-lldb llvm -brew install cmake pkg-config boost gtksourceviewmm3 gnome-icon-theme aspell clang-format libgit2 ctags +brew install cmake pkg-config boost gtksourceviewmm3 gnome-icon-theme aspell llvm clang-format libgit2 ctags ``` Get juCi++ source, compile and install: