-
Notifications
You must be signed in to change notification settings - Fork 0
Project Setup
Merijn Hendriks edited this page Mar 23, 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++
If you use another version of the Windows 10 SDK, please retarget all projects to your installed version of the SDK.
All dependencies are included in the dependencies folder, and are setup to work for win32/win64 only.
The modules 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.
- Follow the required steps for your toolchain to link the dependencies
- Follow the required steps for your toolchain to link the module(s) *.h and *.c file(s).
- Copy the content of
example/restoexample/app - Build the project as usual
- Follow the required steps for your toolchain.