GuixSD built instructions

eubarbosa 2019-02-20 04:15:20 +00:00 committed by Fangrui Song
parent b959e3514d
commit 3770e910bf

@ -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
`-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
The Windows archive on releases.llvm.org does not contain library headers.