Fixed FMod, other subtle changes. The result: sucessfully runs all shaders

This commit is contained in:
2022-05-27 15:30:31 +02:00
parent f842ba6480
commit 9473519a4e
4 changed files with 129 additions and 25 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
Installing on RPi (3 or 4):
```
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
```