Skip to content

Commit 2e24231

Browse files
authored
Update dependencies for Enable Fast Compiles (#1065)
Added clang as an optional dependency to avoid frustration of running into compile error the first time you run a cargo build
1 parent 45e2be3 commit 2e24231

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/linux_dependencies.md

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ If you don't see your distro present in the list, feel free to add the instructi
99
```bash
1010
sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev
1111
```
12+
If you want to Enable Fast Compiles
13+
```bash
14+
sudo apt-get install clang
15+
```
16+
1217
### Windows Subsystem for Linux (WSL 2)
1318

1419
Graphics and audio need to be configured for them to work with WSL 2 backend.

0 commit comments

Comments
 (0)