Building GridDyn
GridDyn uses CMake for configuration and build generation.
At a high level:
Configure a 64-bit build directory with CMake.
Enable the components you need with cache options.
Build with your platform generator or native build tool.
Run the registered tests with CTest.
Detailed build guidance is still being refreshed for the current dependency set and CI environment. Until that migration is complete, the repository’s CMake files and CI workflows are the most up-to-date reference for supported configurations.