Skip to content

Latest commit

 

History

History
77 lines (59 loc) · 1.96 KB

install_convert3d.md

File metadata and controls

77 lines (59 loc) · 1.96 KB

How to Process MRI Images:

  1. Beginner's Guide to Command-Line Interface
  2. Installation Instructions
  3. Preprocessing T1 images
  4. Hippocampus Segmentation


Convert3D requires several programs to be installed first: cmake and ITK. You can double check that cmake was installed:

#!console
$ cmake --version

Linux

  • Download the latest version of Convert3D:
#!console
# cd /usr/local/
# wget http://sourceforge.net/projects/c3d/files/latest/download
  • Extract Archive
#!console
# tar xvzf c3d-nightly-Linux-x86_64.tar.gz
  • Configure Convert3D:
#!console
# mv -i /usr/local/c3d-1.0.0-Linux-x86_64/bin/* /usr/local

Mac

  • Download the latest version of Convert3D:
#!console
# cd /usr/local/
# wget http://sourceforge.net/projects/c3d/files/latest/download
  • Run the installer

Windows