Before you begin, ensure you have completed the initial steps as described in the root of the repository.
- Microsoft Visual Studio 2015
- CMake (>= 3.1.1)
- Git for Windows
- Open a Git Bash terminal for the following commands.
- In the root of the repo, run the command
./update.platform.sh -p windowsto download the latest eeGeo Windows SDK.- We recommend you run this step frequently to keep your SDK version up to date.
- In the
windowsdirectory, runmkdir buildto create a build directory. - In the
windows/builddirectory, runcmake -G "Visual Studio 14 Win64" ..to generate a project file. - Open the
ExampleApp.slnproject file in Visual Studio. - Right-click the ExampleAppWPF project and select
Set as StartUp Project. - Run the application.
- If you want to build from the command line, you can run
./build.sh -p windowsfrom the root of the repository.
