Skip to content

Commit 337f336

Browse files
Update install_dependencies_linux.sh
Installation instructions referred to the VulkanSDK Linux tarball as a tar.gz, but on the lunarg website it is provided as a tar.xz. Changed the command to reflect that.
1 parent 3fdc366 commit 337f336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install_dependencies_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ echo "Now you need to install the Vulkan SDK:"
121121
echo "1. Download the tarball from https://vulkan.lunarg.com/"
122122
echo "2. Extract it to a convenient location, for example:"
123123
echo " mkdir -p ~/vulkansdk"
124-
echo " tar -xzf vulkansdk-linux-x86_64-<version>.tar.gz -C ~/vulkansdk"
124+
echo " tar -xf vulkansdk-linux-x86_64-<version>.tar.xz -C ~/vulkansdk"
125125
echo " cd ~/vulkansdk"
126126
echo " ln -s <version> default"
127127
echo ""

0 commit comments

Comments
 (0)