Skip to content

Commit a450ba1

Browse files
Added Linux dependency installation walkthrough
1 parent dd66e7b commit a450ba1

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

docs/01_Installing_dependencies.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,26 @@ The last step is to download the [Vulkan SDK](https://vulkan.lunarg.com/sdk/home
3535

3636
## Linux
3737

38-
(Todo)
38+
### Tools
39+
40+
```apt
41+
sudo apt-get update
42+
sudo apt-get install ninja-build clang cmake git
43+
```
44+
```pacman
45+
pacman -Syu
46+
pacman -S ninja-build clang cmake git
47+
```
48+
49+
### Vulkan SDK
50+
51+
```ubuntu
52+
sudo apt update
53+
sudo apt install vulkan-sdk
54+
```
55+
```other
56+
https://vulkan.lunarg.com/sdk/home#linux
57+
```
3958

4059
## Installing VSCode (Windows & Linux)
4160

0 commit comments

Comments
 (0)