dtiprep:DTIPrepCompilation
From NITRC Wiki
Build instructions
Currently, you can check out the complete set complimentary tools (that includes DTIPrep) for DTI processing.
- Check out code using the following command (this will download everything into a directory named "trunk"):
svn checkout https://www.nitrc.org/svn/dtiprep/trunk DTIPrep
- make an out-of-source build directory. (This can be anywhere in the file system but for now put it next to the source)
mkdir DTIPrep-build cd DTIPrep-build
- configure the build
cmake -DQT_QMAKE_EXECUTABLE:FILEPATH=<path to Qt's qmake program> ../DTIPrep
- The executables will be in:
DTIPrep-build/bin
Depends on QT 4.7.1 and later version
The DTIPrep tool depends on the QT user interface. Most version of Linux come with some version of Qt, but it is important to make sure you are building with Qt 4.7.1 or later.
Please refer the Qt download page for instructions on installing pre-built binaries, or building a custom version of QT.
QT on Mac 10.6 (SnowLeopard)
The binary release of QT for SnowLeopard prior to 4.7.0 has some configuration problems with the 64bit Cocoa interface that prevents DTIPrep from compiling. Therefore we recommend downloading and installing Qt 4.7.0 or later. Visit Qt download page to acquire the binary package for installation.








