-
Notifications
You must be signed in to change notification settings - Fork 72
en_win_CMake
CMake is a cross-platform free and open-source software tool for managing the build process of software using a compiler-independent method. It supports directory hierarchies and applications that depend on multiple libraries. It is used in conjunction with native build environments such as Make, Qt Creator, Ninja, Apple's Xcode, and Microsoft Visual Studio. It has minimal dependencies, requiring only a C++ compiler on its own build system.
It's used to: * Download medInria dependencies (ITK, VTK, etc) * Configure the compilation * Generates medInria Visual Studio solutions and projects, plugins, and dependencies.
Follow the default CMake installation
It is not recommended to add CMake to the system path, because it comes with some Qt dll
that might conflict with the installer version of Qt.
The malfunctions caused by this kind of problem are difficult to identify clearly, the debugging of this situation can be complex.
The next installation is Visual Studio.
Visual Studio