We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59f7ee commit 01fdaa2Copy full SHA for 01fdaa2
scripts/install-ubuntu.sh
@@ -16,6 +16,10 @@ sudo apt install git
16
echo "Installing OpenGL and Xorg dependencies"
17
sudo apt install libopengl-dev libgl-dev libgl1-mesa-dev libxinerama-dev libxcursor-dev xorg-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev pkg-config
18
19
+# Vulkan
20
+echo "Installing Vulkan dependencies"
21
+sudo apt install vulkan-sdk
22
+
23
# VCPKG
24
echo "Installing vcpkg"
25
git clone https://github.com/microsoft/vcpkg
0 commit comments