Skip to content

Instantly share code, notes, and snippets.

@DarkStar1997
Last active October 29, 2022 17:03
Show Gist options
  • Save DarkStar1997/17cd10c92b305fcf6699e887477a56eb to your computer and use it in GitHub Desktop.
Save DarkStar1997/17cd10c92b305fcf6699e887477a56eb to your computer and use it in GitHub Desktop.

Setup Windows

  1. Visual Studio 2022
    1. Select Desktop development with C++
  2. Ninja
    1. Install chocolatey
    2. From an admin shell run choco install ninja

Run the commands from developer prompt for VS 2022

Clone the repo

  1. git clone https://github.com/sayansil/Ecosystem -b realtime-plot

Configure project and download the dependancies

  1. cd Ecosystem\simulation
  2. cmake --preset win-msvc-rel

Build the project

  1. cmake --build --preset win-msvc-rel

Run it

  1. .\build\win-msvc-rel\run\run.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment