Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8454d97

Browse files
committed
Update Vulkan SDK installation instructions for Linux
1 parent ece0d16 commit 8454d97

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

02_Development_environment.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,16 +214,13 @@ be useful to you.
214214

215215
![](/images/vulkan_sdk_download_buttons.png)
216216

217-
Open a terminal in the directory where you've downloaded the `.run` script, make
218-
it executable and run it:
217+
Open a terminal in the directory where you've downloaded the `.tar.gz` archive and extract it:
219218

220219
```bash
221-
chmod +x vulkansdk-linux-x86_64-xxx.run
222-
./vulkansdk-linux-x86_64-xxx.run
220+
tar -xzf vulkansdk-linux-x86_64-xxx.tar.gz
223221
```
224222

225-
It will extract all of the files in the SDK to a `VulkanSDK` subdirectory in the
226-
working directory. Move the `VulkanSDK` directory to a convenient place and take
223+
It will extract all of the files in the SDK to a subdirectory with the SDK version as name in the working directory. Move the directory to a convenient place and take
227224
note of its path. Open a terminal in the root directory of the SDK, which will
228225
contain files like `build_examples.sh`.
229226

0 commit comments

Comments
 (0)