Skip to content

Commit df2c1c0

Browse files
authored
Merge pull request #19481 from keithc-ca/build8
Restore advice for setting INCLUDE environment variable
2 parents 36c998b + 9896007 commit df2c1c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/build-instructions/Build_Instructions_V8.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,12 @@ export PATH="/cygdrive/c/Program Files/LLVM_32/bin:$PATH" (in Cygwin for 32bit)
394394
Add the path to `nasm.exe` to the `PATH` environment variable to override the older version of NASM installed in Cygwin. e.g.
395395
```
396396
export PATH="/cygdrive/c/Program Files/NASM:$PATH" (in Cygwin)
397+
```
398+
399+
Update your `INCLUDE` environment variable to provide a path to the Windows debugging tools with the following command:
400+
401+
```
402+
set INCLUDE=C:\Program Files\Debugging Tools for Windows (x64)\sdk\inc;%INCLUDE%
397403
```
398404

399405
You can download Visual Studio manually or obtain it using the [wget](https://www.gnu.org/software/wget/faq.html#download) utility. If you choose to use `wget`, follow these steps:

0 commit comments

Comments
 (0)