From 9451bcfa230f21ad899c0175b2b2744777e0d3c6 Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Tue, 19 Jan 2016 09:19:31 +0100 Subject: [PATCH] Added additional info for Arch Linux and OS X --- docs/install.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index 86587c4..2042c74 100644 --- a/docs/install.md +++ b/docs/install.md @@ -48,6 +48,8 @@ sudo make install ``` ##Arch Linux +** Arch Linux's lldb package has an issue that is being worked on, and for the time being you have to build juCi++ without debug support. If you have the lldb package installed, please remove this package before building juCi++.** + Package available in the Arch User Repository: https://aur.archlinux.org/packages/jucipp-git/ @@ -55,7 +57,7 @@ Alternatively, follow the instructions below. Install dependencies: ```sh -sudo pacman -S git cmake make clang lldb gtksourceviewmm boost aspell aspell-en +sudo pacman -S git cmake make clang gtksourceviewmm boost aspell aspell-en ``` Get juCi++ source, compile and install: @@ -69,7 +71,7 @@ sudo make install ``` ## OS X with Homebrew (http://brew.sh/) -**Installing llvm may take some time, and you need to follow the lldb code signing instructions.** +**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.** Install dependencies: ```sh