Install aGrUM - Windows
Quick install
- Clone aGrUM on your computer.
- Be sure to have CMake, Python and MSBuild in your PATH environment variable.
- Open a command prompt on aGrUM root directory and run:
python act install release --windows=mvsc19 -d INSTALL_PATH
Requirements
- Visual Studio 2015/17/19/22, 32 or 64bits or mingw64 (with
--windows=mvsc22|mvsc22_32|mvsc19|mvsc19_32|mvsc17|mvsc17_32|mvsc15|mvsc15_32|mingw64
) - CMake
- Python
Alternatives
You should be able to build aGrUM using the MinGW toolchain or Cygwin (with --windows=mingw64
).