Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

eeGeo Logo

Getting Started on Windows

eeGeo

Before you begin, ensure you have completed the initial steps as described in the root of the repository.

Requirements

Setup

  1. Open a Git Bash terminal for the following commands.
  2. In the root of the repo, run the command ./update.platform.sh -p windows to download the latest eeGeo Windows SDK.
    • We recommend you run this step frequently to keep your SDK version up to date.
  3. In the windows directory, run mkdir build to create a build directory.
  4. In the windows/build directory, run cmake -G "Visual Studio 14 Win64" .. to generate a project file.
  5. Open the ExampleApp.sln project file in Visual Studio.
  6. Right-click the ExampleAppWPF project and select Set as StartUp Project.
  7. Run the application.
  8. If you want to build from the command line, you can run ./build.sh -p windows from the root of the repository.