PET-CT/Installation/Main

From KitwarePublic
Jump to navigationJump to search

System requirements

SlicerPET requires 1GB of RAM minimum, with more highly recommended. Common data sets may require 4GB or more RAM for processing. A fast graphics card or GPU that supports OpenGL is also recommended. SlicerPET runs on Microsoft Windows 7 and a variety of Linux distributions.

Pre-compiled binaries

  • Download packages on packages.kitware.com
  • Install SlicerPET
    • Execute SlicerPET-xxx.exe on Windows
    • Untar SlicerPET-xxx.tar.gz on Linux

Building from source

  1. To get access to the SlicerPET repository:
    *Fill the form for SlicerPET access
    *Email Andinet Enquobahrie for more information (See Contact)
  2. Retrieve source:
     git clone git@www.kitware.com:SlicerPET.git 
  3. Configure with CMake >= 2.8.10 and comply with the Slicer prerequisites
    If you build your own CMake, please do so with SSH(curl) support. It would fail downloading external library Eigen otherwise.
  4. Build SlicerPET
  5. The executable SlicerPET is found in SlicerPET-build/Slicer-build