- MS DOS:
To compile for MS DOS, you should get everything from the
tested MingW or
untested DJGPP or
CygWin packages.
- MS Windows:
If you're certain to go through all compilation troubles: read info at the
GtkWin32 and our step by step
FAQ.
- X Window System:
For our GUI on X Window System, see this
FAQ item.
- DICOM:
The low level DICOM library included within (X)MedCon was originally written by
Tony Voet.
- NIfTI:
Support for NIfTI .nii files is included by default. If you want to link to a higher version, you 'll need the external library
libniftiio.a from
http://niftilib.sourceforge.net. The configure options to enable the external NIfTI support are:
./configure --enable-nifti --with-nifti-prefix=/dir/where/you/build/nifticlib
- ECAT 7 writing:
Support for writing .v ECAT7 files, requires the external libraries
libtpcimgio.a and
libtpcmisc.a from the
Turku PET Centre group. The configure options to enable ECAT7 writing are:
./configure --enable-tpc --with-tpc-prefix=/dir_with_include_and_lib_subdirs
Make sure that the prefix dir contains two subdirs include and lib each filled with the associated headers and libraries respectively.