Difference between revisions of "Documentation/Nightly/Developers/Build Instructions/Compile"
From Slicer Wiki
m (→BUILD Slicer4) |
(Prepend documentation/versioncheck template. See http://na-mic.org/Mantis/view.php?id=2887) |
||
Line 1: | Line 1: | ||
+ | <noinclude>{{documentation/versioncheck}}</noinclude> | ||
== BUILD Slicer == | == BUILD Slicer == | ||
After configuration, start the build process in the <code>Slicer-SuperBuild</code> directory | After configuration, start the build process in the <code>Slicer-SuperBuild</code> directory |
Revision as of 07:59, 14 June 2013
Home < Documentation < Nightly < Developers < Build Instructions < Compile
For the latest Slicer documentation, visit the read-the-docs. |
BUILD Slicer
After configuration, start the build process in the Slicer-SuperBuild
directory
Per-platform instructions
Windows
- Open
Slicer-SuperBuild\Slicer.sln
in Visual Studio - Select your build configuration. Usually Release of Debug
- Build the
ALL_BUILD
project.
- If you make local changes to Slicer, open the solution file located in the directory
Slicer-SuperBuild/Slicer-build
instead. You should then be able to either build all projects or just a specific one.
Unix-like
cd ~/Projects/Slicer-SuperBuild make -j<NUMBEROFCORES>