Browse Source

added clang-format to OS X installation notes. At the time being, one must install a spesific version of clang-format on Linux...

merge-requests/365/head
eidheim 10 years ago
parent
commit
5bf5a0f828
  1. 2
      README.md
  2. 2
      docs/install.md

2
README.md

@ -22,7 +22,7 @@ towards libclang with speed and ease of use in mind.
* Run shell commands within JuCi++, even on Windows * Run shell commands within JuCi++, even on Windows
* Regex search and replace * Regex search and replace
* Smart paste, keys and indentation * Smart paste, keys and indentation
* Auto-indentation through clang-format (on some systems you need to create a symbolic link `/usr/local/bin/clang-format` to a specific clang-format-version) * Auto-indentation through clang-format (on some systems you need to create a symbolic link `/usr/local/bin/clang-format` to a specific installed clang-format-version)
* Source minimap * Source minimap
* Full UTF-8 support * Full UTF-8 support

2
docs/install.md

@ -37,7 +37,7 @@ sudo make install
## OS X with Homebrew (http://brew.sh/) ## OS X with Homebrew (http://brew.sh/)
Install dependencies (installing llvm may take some time): Install dependencies (installing llvm may take some time):
```sh ```sh
brew install cmake --with-clang llvm pkg-config boost gtkmm3 homebrew/x11/gtksourceviewmm3 aspell brew install cmake --with-clang llvm pkg-config boost gtkmm3 homebrew/x11/gtksourceviewmm3 aspell clang-format
``` ```
Get juCi++ source, compile and install: Get juCi++ source, compile and install:

Loading…
Cancel
Save