This is a C++ project using CMake and Conan.
This is just getting started.
This is a modern implementation of MoRPE. The intent is to match the API and numerical functionality of the C# version.
Install VS 2022 (not free) or Build Tools for VS 2022 (free).
- TO DO: Do they need to check boxes for C++ support?
- TO DO: Do they need to install a particular Windows SDK?
Install conan, cmake.
# Elevated prompt
choco install --yes conan
choco install --yes cmake --installargs 'ADD_CMAKE_TO_PATH=System'
choco install --yes make
From a prompt of type Developer PowerShell for VS 2022
:
./build.ps1
TO DO
TO DO