mirror of
https://github.com/MaskRay/ccls.git
synced 2025-04-06 17:02:09 +00:00
GuixSD built instructions
parent
b959e3514d
commit
3770e910bf
8
Build.md
8
Build.md
@ -210,6 +210,14 @@ See https://github.com/MaskRay/ccls/issues/191#issuecomment-453809905 for detail
|
|||||||
* To use the releases.llvm.org prebuilt archive and its libc++ add CMake flag
|
* To use the releases.llvm.org prebuilt archive and its libc++ add CMake flag
|
||||||
`-DCLANG_USE_BUNDLED_LIBC++=on`
|
`-DCLANG_USE_BUNDLED_LIBC++=on`
|
||||||
|
|
||||||
|
## GuixSD (0.16)
|
||||||
|
|
||||||
|
```sh
|
||||||
|
guix package -i cmake clang gcc-toolchain
|
||||||
|
cmake -H. -BRelease -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/home/$USER/.guix-profile/bin/clang
|
||||||
|
cmake --build Release
|
||||||
|
```
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
The Windows archive on releases.llvm.org does not contain library headers.
|
The Windows archive on releases.llvm.org does not contain library headers.
|
||||||
|
Loading…
Reference in New Issue
Block a user