Compilation and Installation
Procedure
- Go to the following directory.
cd /path/to/SimpleITK/SimpleITK
- 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
Parent topic: SimpleITK Master Porting Guide (openEuler 20.03)