mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-09 21:24:14 +00:00
Update suse instructions with non-static build args
This commit is contained in:
parent
5e9ad92def
commit
420743097d
@ -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
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user