1
0
Fork 0
forked from wry/wry

Merge pull request #174 from mahkoh/jorth/github-actions

docs: recommend installing shaderc
This commit is contained in:
mahkoh 2024-04-21 13:24:25 +02:00 committed by GitHub
commit 62767ab304
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,9 @@ The following libraries must be installed before compiling Jay:
You must also have a C compiler (GCC or Clang) and the latest version of rust installed.
You can install rust with [rustup](https://rustup.rs/).
It is recommended that you install shaderc.
Otherwise it will be built from source which can take several minutes.
## Runtime Dependencies
Most of these dependencies are optional and will enable additional features.