Skip to content

Commit ea21665

Browse files
authored
update docs (#333)
1 parent 91a63bf commit ea21665

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

en/02_Development_environment.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,14 @@ source ~/vulkanSDK/default/setup-env.sh
400400
----
401401
To do that, open Settings, then select "Build, Execution, Deployment" and
402402
then select CMake. At the bottom of that window will be the environment
403-
variable, Just, add VULKAN_SDK=<fullPathToVulkanSDK> there and Vulkan will be
404-
found during compile time. As a convenience, for runtime at least, we
403+
variable. Add VULKAN_SDK=<fullPathToVulkanSDK> there and Vulkan will be
404+
found during compile time. Note that the full path is not just the top-level VulkanSDK folder. Run the following in your terminal to find the exact path
405+
[,shell]
406+
----
407+
echo $VULKAN_SDK
408+
----
409+
410+
As a convenience, for runtime at least, we
405411
recommend placing the layers system wide. To do that, from the terminal do
406412
this:
407413
[,bash]

0 commit comments

Comments
 (0)