QtDcm can be built and run on the following systems:
Install CMake
and choose the installer corresponding to your system. The minimum version required is 3.1 so on certain Linux it might not be availble, thus you'll have to build it on your own.
You can get the Qt development kit from the Qt website
Take the development kit corresponding to your system and at least install Qt 5.5.
Download the source code from the OFFIS website Use the following CMake options values:
Download the 4.6 version of the Insight Toolkit from here. Use the following CMake options values:
Make sure to have CMake 3.1 minimum and then go to your local QtDcm source directory. I recommend to configure an "out of source" build, so create a "build" directory and launch cmake from there:
Set the following CMake options values:
If you want to play with the example or build this documentation, you can also set the following variables:
Then you are ready to compile the library.
Go to the Compilation step
Back to Getting the code step