Skip to content

install

Marc Modat edited this page May 11, 2017 · 12 revisions

Requirements


  • CMake is an open-source cross-platform build system. You can download it from [http://www.cmake.org/download/ here].

  • Compiler.
  • Using MacOS, you can install XCode, downloadable from this page. Note that in order to take advantage of OpenMP, gcc will also have to be installed. One popular way to install it is to use homebrew.
  • For windows, Visual Studio 2008, 2010 or 2013 has to be installed. OpenMP here requires the professional version.

  • NiftyReg can use GPU accelerated computing through CUDA or OpenCL from NVIDIA, which can be downloaded from here
Clone this wiki locally