Skip to content

Commit 71d8702

Browse files
Add build instructions for Windows (#58)
Co-authored-by: Vorobtsov <[email protected]>
1 parent 2e212f7 commit 71d8702

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,16 @@ before known device types.
111111

112112
NOTE: Due to known issues with Program Instrumentation usecases, when ZET_ENABLE_PROGRAM_INSTRUMENTATION is enabled, driver sorting is not possible in the loader.
113113

114+
## Windows
115+
Use Microsoft* Visual Studio x64 command prompt to run the following commands and build the project:
116+
```sh
117+
mkdir build
118+
cd build
119+
cmake -G "NMake Makefiles" CMAKE_CXX_FLAGS="/EHsc" ..
120+
nmake
121+
```
122+
123+
114124
# Contributing
115125

116126
See [CONTRIBUTING](CONTRIBUTING.md) for more information.

0 commit comments

Comments
 (0)