Browse Source

Corrected install instructions for OS X: gtksourceviewmm3 is now properly part of homebrew and can be installed directly instead of using brew/x11/gtksourceviewmm3

merge-requests/365/head
Hallgeir Løkken 9 years ago
parent
commit
153a24d4b2
  1. 2
      docs/install.md

2
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:

Loading…
Cancel
Save