Added the ability to vendor shaderc

This commit is contained in:
2022-05-27 15:52:57 +02:00
parent 9473519a4e
commit 87667f0618
4 changed files with 16 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
Installing on RPi (3 or 4):
```
```shell
curl https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
echo deb https://apt.llvm.org/bullseye llvm-toolchain-bullseye-14 main >/etc/apt/sources.list.d/llvm14.list
apt install llvm-14-tools llvm-14-dev clang build-essential cmake
```
apt install llvm-14-tools clang build-essential cmake git \
llvm-14-dev libboost-log-dev spirv-headers spirv-tools
```