-
Notifications
You must be signed in to change notification settings - Fork 0
Project Setup
Merijn Hendriks edited this page Mar 22, 2019
·
13 revisions
- Visual Studio 2017
- Desktop development with C++
- VC++ 2017 version 15.9 v14.16 latest v141 tools
- Windows 10 SDK (10.0.10240.0)
- Desktop development with C++
All dependencies are included in the dependencies folder, and are setup to work for win32/win64 only.
The projects automatically detects them and the solution automatically builds them.
- download / clone the source
- open automata.sln in Visual Studio 2017
- solution -> rebuild project
- Use the *.h and *.c files of the modules directories.
- Download the dependencies from their respective sources.
- Copy the content of
example/restoexample/app - Build the project as usual
- Follow the required steps for your toolchain.