Difference between revisions of "Documentation/Nightly/Developers/Build Instructions/Package"

From Slicer Wiki
Jump to: navigation, search
(Move packaging instruction into its own subpage for allow re-use in other page)
 
(Add version check template to notify viewer if looking at an older version of the page)
Line 1: Line 1:
 +
<noinclude>{{documentation/versioncheck}}</noinclude>
 
== PACKAGE Slicer ==
 
== PACKAGE Slicer ==
  

Revision as of 03:30, 21 May 2016

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.