Browse Source

Updated install-instructions for MacOS

merge-requests/395/head
eidheim 7 years ago
parent
commit
fa7bf3ae33
  1. 5
      docs/install.md

5
docs/install.md

@ -119,12 +119,11 @@ sudo make install
On FreeBSD, latest release of juCi++ is available through the port: jucipp. On FreeBSD, latest release of juCi++ is available through the port: jucipp.
## MacOS with Homebrew (http://brew.sh/) ## 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: Install dependencies:
```sh ```sh
brew install --with-lldb llvm brew install cmake pkg-config boost gtksourceviewmm3 gnome-icon-theme aspell llvm clang-format libgit2 ctags
brew install cmake pkg-config boost gtksourceviewmm3 gnome-icon-theme aspell clang-format libgit2 ctags
``` ```
Get juCi++ source, compile and install: Get juCi++ source, compile and install:

Loading…
Cancel
Save