From 89d41b5bdd90449ffdfe8c7450d5258a6b9a1d38 Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Sun, 21 Apr 2024 13:23:13 +0200 Subject: [PATCH] docs: recommend installing shaderc --- docs/setup.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/setup.md b/docs/setup.md index 444d1f75..58106b33 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -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.