PET-CT/Installation/Main: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 15: Line 15:
#: *Fill the form for [https://www.kitware.com/Admin/SendPassword.cgi SlicerPET access]
#: *Fill the form for [https://www.kitware.com/Admin/SendPassword.cgi SlicerPET access]
#: *Email Andinet Enquobahrie for more information (See [http://public.kitware.com/Wiki/PET-CT/Team Contact])
#: *Email Andinet Enquobahrie for more information (See [http://public.kitware.com/Wiki/PET-CT/Team Contact])
# Retrieve source:
# Checkout source code and build it.
#: <pre> git clone git@www.kitware.com:SlicerPET.git </pre>
# Configure with [http://www.cmake.org CMake] >= 2.8.10 and comply with the [http://www.slicer.org/slicerWiki/index.php/Documentation/4.2/Developers/Build_Instructions/Prerequisites Slicer prerequisites]
#: If you build your own CMake, please do so with SSH(curl) support. It would fail downloading external library Eigen otherwise.
# Build SlicerPET
# The executable <code>SlicerPET</code> is found in <code>SlicerPET-build/Slicer-build</code>

Revision as of 17:46, 13 May 2014

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. Checkout source code and build it.