Documentation/Nightly/Developers/Build Instructions/Package

From Slicer Wiki
Revision as of 03:30, 21 May 2016 by JChris.FillionR (talk | contribs) (Add version check template to notify viewer if looking at an older version of the page)
Jump to: navigation, search
Home < Documentation < Nightly < Developers < Build Instructions < Package


For the latest Slicer documentation, visit the read-the-docs.


PACKAGE Slicer

Linux or MacOSX (Makefile) Windows (Visual Studio)

Start a terminal.

$ cd ~/Projects/Slicer-SuperBuild
$ cd Slicer-build

$ make package

Note: Make sure to patch VS2008 using the script fix-vc9-redist-manifests.ps1
Start Windows Explorer. Need help?

  1. Open Slicer-SuperBuild\Slicer-build\Slicer.sln in Visual Studio
  2. Select Release build configuration.
  3. In the Solution Explorer, right click on PACKAGE project and then select Build

Note: PACKAGE project can be found in the CMakePredefinedTargets folder. See here for more details.