Update suse instructions with non-static build args

This commit is contained in:
Jay Kamat 2022-12-19 08:33:16 -08:00
parent 5e9ad92def
commit 420743097d

View File

@ -24,6 +24,12 @@ $ sudo zypper in git ninja cmake llvm12-devel clang12-devel binutils-gold gcc gc
$ sudo apt install libdw-dev libclang-dev llvm-dev libboost-all-dev libgtest-dev libbz2-dev libgflags-dev libzstd-dev libcurl4-gnutls-dev ninja-build python3-toml
```
It seems like static versions of clang/llvm are not packaged in opensuse, but we default to looking for the static versions. To fix this, please add the following to your cmake generation command below.
```
-DFORCE_BOOST_STATIC=Off -DFORCE_LLVM_STATIC=Off
```
### Fedora 37
```