mirror of
https://github.com/MaskRay/ccls.git
synced 2025-02-16 21:58:08 +00:00
Updated Build (markdown)
parent
a6711db275
commit
b111c7ab11
8
Build.md
8
Build.md
@ -24,6 +24,14 @@ cmake -H. -BRelease -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/path/to/clan
|
||||
cmake --build Release
|
||||
```
|
||||
|
||||
For mac users with brew
|
||||
```
|
||||
brew info llvm
|
||||
cmake -H. -BRelease -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/usr/local/Cellar/llvm/<Your Version>/lib/cmake
|
||||
cmake --build Release
|
||||
```
|
||||
[source](https://github.com/EOSIO/eos/issues/43)
|
||||
|
||||
Ubuntu 18.04 prebuilt binaries are actually suitable for many non-Ubuntu distributions.
|
||||
You may replace the last two **cmake** commands with:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user