Update how to setup a windows build with visual studio authored by Kuppe, Christian's avatar Kuppe, Christian
......@@ -29,6 +29,10 @@
* compile with VS compiler flag /bigobj
###### Solve error "include afxdlgs.h not found"
* install C++ MFC (Microsoft Foundation Classes) over the visual studio installer
#### Run tests
* For example double click on the generated exe: Select a file from the tests folder. Output is created in the folder of the executable by default.
......
......