Skip to content
Oscar Esteban edited this page Jul 24, 2014 · 6 revisions

Linux

  1. Download ITK-4.2 here.
  2. Compile ITK
  3. Download MBIS
git clone https://github.com/oesteban/MBIS.git MBIS
  1. Compile MBIS
cd MBIS
mkdir build
cd build
ccmake ../Code -G"Eclipse CDT4 - Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DITK_DIR=/usr/local/lib/cmake/ITK-4.2/
  1. Install (TODO)
Clone this wiki locally