Update wiki, install dep to avoid missing libclangBasic.a file.

G-r00t 2023-02-12 13:49:30 -08:00
parent f15b130555
commit b447c64ae2

@ -24,7 +24,7 @@ cmake -H. -BRelease -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/path/to/clan
cmake --build Release
```
As of 2020-06-23 no pre-built binaries exist for Ubuntu 20.04. `sudo apt-get install clang` and all the other dependencies listed here **excluding** rapidjson-dev (it is vendored in this repo), then run
As of 2020-06-23 no pre-built binaries exist for Ubuntu 20.04. `sudo apt-get install clang libclang-10-dev` and all the other dependencies listed here **excluding** rapidjson-dev (it is vendored in this repo), then run
```sh
cmake -H. -BRelease -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_PREFIX_PATH=/usr/lib/llvm-10 \