Skip to content

Commit e1a1d13

Browse files
committed
Remove Vulkan SDK installation from Linux dependency script
1 parent 0fb8c9d commit e1a1d13

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

attachments/simple_engine/install_dependencies_linux.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ install_ubuntu_debian() {
3939
# Install build essentials
4040
sudo apt install -y build-essential cmake git
4141

42-
# Install Vulkan SDK
43-
echo "Installing Vulkan SDK..."
44-
wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo apt-key add -
45-
sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-focal.list https://packages.lunarg.com/vulkan/lunarg-vulkan-focal.list
46-
sudo apt update
47-
sudo apt install -y vulkan-sdk
48-
4942
# Install other dependencies
5043
sudo apt install -y \
5144
libglfw3-dev \

0 commit comments

Comments
 (0)