From 153a24d4b20d44642a34c925dc674be7ccca8a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hallgeir=20L=C3=B8kken?= Date: Thu, 1 Sep 2016 14:38:34 +0200 Subject: [PATCH] Corrected install instructions for OS X: gtksourceviewmm3 is now properly part of homebrew and can be installed directly instead of using brew/x11/gtksourceviewmm3 --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 3aed8ea..7fc7a41 100644 --- a/docs/install.md +++ b/docs/install.md @@ -120,7 +120,7 @@ sudo make install Install dependencies: ```sh brew install --with-clang --with-lldb llvm -brew install cmake pkg-config boost homebrew/x11/gtksourceviewmm3 aspell clang-format libgit2 ctags +brew install cmake pkg-config boost gtksourceviewmm3 aspell clang-format libgit2 ctags ``` Get juCi++ source, compile and install: