Documentation/Nightly/Developers/Build Instructions/Package

From Slicer Wiki
Revision as of 03:26, 21 May 2016 by JChris.FillionR (talk | contribs) (Move packaging instruction into its own subpage for allow re-use in other page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home < Documentation < Nightly < Developers < Build Instructions < Package

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.