Browse Source

Added MacOS Mojave instructions

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

5
docs/install.md

@ -124,6 +124,11 @@ Install dependencies:
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 llvm clang-format libgit2 ctags
``` ```
Mojave users might need to install headers:
```sh
open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
```
Get juCi++ source, compile and install: Get juCi++ source, compile and install:
```sh ```sh
git clone --recursive https://gitlab.com/cppit/jucipp git clone --recursive https://gitlab.com/cppit/jucipp

Loading…
Cancel
Save