-
Notifications
You must be signed in to change notification settings - Fork 7
Compiling
Julien Lamy edited this page Dec 2, 2016
·
1 revision
These are generic compilation information. For more precise instructions, refer to the dedicated page of your system:
Dicomifier has the following mandatory dependencies:
- Boost (Filesystem, Program options, Python)
- JSONCpp
- log4cpp
- niftilib
- Odil
- Qt 4
The compilation system is based on CMake.
The following points try to summarize the different difficulties encountered while compiling Odil:
- The path to the NIfTI library must contain
nifti1.h
and notnifti/nifti1.h
. For example, on Ubuntu 14.04, this path must be/usr/include/nifti
and not/usr/include
.