Difference between revisions of "Documentation/Nightly/Developers/Build Instructions/Compile"
From Slicer Wiki
m |
m (→BUILD Slicer) |
||
Line 1: | Line 1: | ||
<noinclude>{{documentation/versioncheck}}</noinclude> | <noinclude>{{documentation/versioncheck}}</noinclude> | ||
== BUILD Slicer == | == BUILD Slicer == | ||
+ | <ol style="list-style-type:none; border-left:thick solid red; padding-left:1em;"> | ||
+ | <li>While it is not enforced, we strongly recommend you to '''AVOID''' the use of '''SPACES''' for both the <code>source directory</code> and the <code>build directory</code>. We mean it. | ||
+ | </li> | ||
+ | </ol> | ||
+ | |||
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 20:01, 5 March 2014
Home < Documentation < Nightly < Developers < Build Instructions < Compile
For the latest Slicer documentation, visit the read-the-docs. |
BUILD Slicer
- While it is not enforced, we strongly recommend you to AVOID the use of SPACES for both the
source directory
and thebuild directory
. We mean it.
After configuration, start the build process in the Slicer-SuperBuild
directory
Linux or MacOSX (Makefile) | Windows (Visual Studio) |
---|---|
Start a terminal. $ cd ~/Projects/Slicer-SuperBuild $ make -j<NUMBEROFCORES> |
Start Windows Explorer. Need help?
If you make local changes to Slicer, open the solution file located in the directory |