Skip to content

Commit 3d37e25

Browse files
authored
clarify that setup.env is linux-only (#176)
1 parent ceb854b commit 3d37e25

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

en/02_Development_environment.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,10 @@ contains the libraries.
6565
Lastly, there's the `include` directory that contains the Vulkan headers.
6666
Feel free to explore the other files, but we won't need them for this tutorial.
6767

68-
To automatically set the environment variables up that VulkanSDK will use to
69-
make life easier with the CMake project configuration and various other
70-
tooling, We recommend using the `setup-env` script. This can be added to
71-
your auto-start for your terminal and IDE setup such that those environment
72-
variables work everywhere.
68+
To automatically set the environment variables that VulkanSDK will use to
69+
simplify CMake project configuration and other tooling, we recommend using
70+
the `setup-env` script on Linux. You can add this script to your terminal's auto-start
71+
or IDE setup to ensure these environment variables are available in all your sessions.
7372

7473
If you receive an error message, then ensure that your drivers are up to date,
7574
include the Vulkan runtime and that your graphics card is supported. See the

0 commit comments

Comments
 (0)