PET-CT/Installation/Main: Difference between revisions
From KitwarePublic
< PET-CT | Installation
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
# To get access to the SlicerPET repository: | # To get access to the SlicerPET repository: | ||
#: *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]) | |||
# Retrieve source: | # Retrieve source: | ||
#: <pre> git clone git@www.kitware.com:SlicerPET.git </pre> | #: <pre> git clone git@www.kitware.com:SlicerPET.git </pre> |
Revision as of 18:22, 18 June 2013
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
Installing from source
- To get access to the SlicerPET repository:
- *Fill the form for SlicerPET access
- *Email Andinet Enquobahrie for more information (See Contact)
- Retrieve source:
git clone git@www.kitware.com:SlicerPET.git
- 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.
- Build SlicerPET
- The executable
SlicerPET
is found inSlicerPET-build/Slicer-build