added building instructions for windows

pull/156/head
Bereket Eshete 2023-06-22 10:45:21 -05:00 committed by GitHub
parent 3fe4511230
commit 3b1cd8c01c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -30,6 +30,18 @@ Feature list:
"stack"_init
- EoE
BUILDING
========
Windows (Visual Studio)
-----------------------
* Start a Visual Studio command prompt then:
* `mkdir build`
* `cd build`
* `cmake .. -G "NMake Makefiles"`
* `nmake`
TODO
- Update documentation
- Add EoE sample application