You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 02_Development_environment.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,16 +214,13 @@ be useful to you.
214
214
215
215

216
216
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:
219
218
220
219
```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
223
221
```
224
222
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
227
224
note of its path. Open a terminal in the root directory of the SDK, which will
0 commit comments