Menu

Tree [cb90e6] master /
 History

HTTPS access


File Date Author Commit
 apps 2014-11-06 David C Hansen David C Hansen [11e2a7] Large update including c++11 and dicom
 chroot 2014-11-06 Dusan Puletic Dusan Puletic [cb90e6] chroot scripts modified: sys and proc are mount...
 cmake 2014-10-01 Hui Xue Hui Xue [add97d] use service start for gadgetron web
 doc 2014-06-03 David C Hansen David C Hansen [d41ddc] Cleaned up a few functions and added additional...
 gadgets 2014-11-06 David C Hansen David C Hansen [fc9d22] Change DicomFinishGadget to write multiframe im...
 test 2014-10-13 Hui Xue Hui Xue [2a2a26] disable mac mkl integration tests
 toolboxes 2014-11-06 David C Hansen David C Hansen [11e2a7] Large update including c++11 and dicom
 .gitignore 2014-06-30 Michael S. Hansen Michael S. Hansen [14a504] Updated gitignore
 CMakeLists.txt 2014-10-31 David C Hansen David C Hansen [014e16] Added c++11 support
 LICENSE unknown
 README unknown

Read Me

GADGETRON IMAGE RECONSTRUCTION FRAMEWORK

Please read LICENSE file for licensing details.

Detailed installation instructions and manual is available at:

http://gadgetron.sourceforge.net

-------------------------------------
General Building Instructions (on Unix platforms)

mkdir build
cd build
cmake ../
make
sudo make install

Please check manual for detailed instructions for your platform.