我要评分
获取效率
正确性
完整性
易理解

Compilation and Installation

Procedure

  1. Go to the following directory.
    cd /path/to/SimpleITK/SimpleITK
  2. Create an installation directory and perform the compilation and installation.
    mkdir build
    cd build
    CC=`which gcc` CXX=`which g++` FC=`which gfortran` cmake ../SuperBuild
    make -j