Skip to content

Commit 4e8f2af

Browse files
committed
Add build instructions for Windows
1 parent 284ccb0 commit 4e8f2af

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
@@ -70,6 +70,16 @@ docker run \
7070
cmake --build . --config Release
7171
```
7272

73+
## Windows
74+
Use Microsoft* Visual Studio x64 command prompt to run the following commands and build the project:
75+
```sh
76+
mkdir build
77+
cd build
78+
cmake -G "NMake Makefiles" CMAKE_CXX_FLAGS="/EHsc" ..
79+
nmake
80+
```
81+
82+
7383
# Contributing
7484

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

0 commit comments

Comments
 (0)