Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/02_Development_environment.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ link to the latest on like so:
[,shell]
----
pushd vulkansdk
tar -xzf vulkansdk-linux-x86_64-1.4.304.1.tgz
tar -xf vulkansdk-linux-x86_64-1.4.304.1.tar.xz
ln -s 1.4.304.1 default
----

Expand Down
2 changes: 1 addition & 1 deletion scripts/install_dependencies_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ echo "Now you need to install the Vulkan SDK:"
echo "1. Download the tarball from https://vulkan.lunarg.com/"
echo "2. Extract it to a convenient location, for example:"
echo " mkdir -p ~/vulkansdk"
echo " tar -xzf vulkansdk-linux-x86_64-<version>.tar.gz -C ~/vulkansdk"
echo " tar -xf vulkansdk-linux-x86_64-<version>.tar.xz -C ~/vulkansdk"
echo " cd ~/vulkansdk"
echo " ln -s <version> default"
echo ""
Expand Down
Loading