PET-CT/Installation/Main: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 5: Line 5:
== Pre-compiled binaries ==
== Pre-compiled binaries ==


* Download packages on [http://packages.kitware.com/packages/application/view?applicationId=19 packages.kitware.com]
* Download packages on [https://data.kitware.com/#collection/567187b68d777f429eac8de6/folder/567197338d777f429eac8dea data.kitware.com]. Short URL: [http://bit.ly/1Inw5LF http://bit.ly/1Inw5LF]
* Install SlicerPET
* Install SlicerPET
** Execute SlicerPET-xxx.exe on Windows
** Execute SlicerPET-xxx.exe on Windows
** Untar SlicerPET-xxx.tar.gz on Linux
** Untar SlicerPET-xxx.tar.gz on Linux


== Installing from source ==
== Target OS and compiler  ==
 
# Windows operating system
# To get access to the SlicerPET repository:
# VS2013
#: *Email Andinet Enquobahrie (See [http://public.kitware.com/Wiki/PET-CT/Team Contact])
# 64 bit
#: *Fill the form for [https://www.kitware.com/Admin/SendPassword.cgi SlicerPET access]
# CMake >= 3.1
# Retrieve source:
# Qt 4.8.7 or 4.8.6
#: <pre> git clone git@www.kitware.com:SlicerPET.git </pre>
# Slicer:
# 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]
## GIT_REPOSITORY git@github.com:dzenanz/Slicer.git
#: If you build your own CMake, please do so with SSH(curl) support. It would fail downloading external library Eigen otherwise.
## GIT_TAG v4.5-fix2CLIs
# Build SlicerPET
# The executable <code>SlicerPET</code> is found in <code>SlicerPET-build/Slicer-build</code>

Latest revision as of 16:53, 22 December 2015

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

Target OS and compiler

  1. Windows operating system
  2. VS2013
  3. 64 bit
  4. CMake >= 3.1
  5. Qt 4.8.7 or 4.8.6
  6. Slicer:
    1. GIT_REPOSITORY git@github.com:dzenanz/Slicer.git
    2. GIT_TAG v4.5-fix2CLIs