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

From Slicer Wiki
Jump to: navigation, search
(Add version check template to notify viewer if looking at an older version of the page)
Line 22: Line 22:
 
</ol>
 
</ol>
 
<small>Note: '''PACKAGE''' project can be found in the '''CMakePredefinedTargets''' folder. See [http://slicer-devel.65872.n3.nabble.com/Easier-development-using-Visual-Studio-with-introduction-of-target-folders-td4033427.html here] for more details.</small>
 
<small>Note: '''PACKAGE''' project can be found in the '''CMakePredefinedTargets''' folder. See [http://slicer-devel.65872.n3.nabble.com/Easier-development-using-Visual-Studio-with-introduction-of-target-folders-td4033427.html here] for more details.</small>
 +
 +
[[File:Slicer-vs2013-CMakePredefinedTargets-PACKAGE.png]]
  
 
|}
 
|}

Revision as of 03:44, 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.

Slicer-vs2013-CMakePredefinedTargets-PACKAGE.png