Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit d41f887

Browse files
authored
Update 01_Installing_dependencies.md
1 parent 5a818d0 commit d41f887

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/01_Installing_dependencies.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ pacman -S ninja-build clang cmake git
4848

4949
### Vulkan SDK
5050

51+
For the Vulkan SDK, we advise you follow the instructions on [lunarg.com](https://vulkan.lunarg.com/doc/view/latest/linux/getting_started_ubuntu.html), as they'll go over how to add the necessary sources and such for your package manager, but here are the commands for Ubuntu 22.04 (Jammy):
52+
5153
```ubuntu
54+
wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo tee /etc/apt/trusted.gpg.d/lunarg.asc
55+
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-jammy.list http://packages.lunarg.com/vulkan/lunarg-vulkan-jammy.list
5256
sudo apt update
5357
sudo apt install vulkan-sdk
5458
```

0 commit comments

Comments
 (0)