pull/156/merge
Bereket Eshete 2024-04-09 16:19:49 +02:00 committed by GitHub
commit 633570ad1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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