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

Skip to content

Commit 5ad7592

Browse files
committed
Add extra instructions to makefile setup to configure it for your own environment
1 parent d4b105b commit 5ad7592

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

02_Development_environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ directory in the LunarG SDK, for example:
361361
VULKAN_SDK_PATH = /home/user/VulkanSDK/x.x.x.x/x86_64
362362
```
363363

364-
Next, define a `CFLAGS` variable that will specify the basic compiler flags:
364+
Make sure to replace `user` with your own username and `x.x.x.x` with the right version. Next, define a `CFLAGS` variable that will specify the basic compiler flags:
365365

366366
```make
367367
CFLAGS = -std=c++11 -I$(VULKAN_SDK_PATH)/include

0 commit comments

Comments
 (0)