Difference between revisions of "Documentation/Nightly/Developers/Build Instructions/Compile"
From Slicer Wiki
Max.smolens (talk | contribs) m (Fix typo) |
|||
Line 21: | Line 21: | ||
<ol start="1" style="list-style-type: decimal;"> | <ol start="1" style="list-style-type: decimal;"> | ||
<li>Open <code>Slicer-SuperBuild\Slicer.sln</code> in Visual Studio</li> | <li>Open <code>Slicer-SuperBuild\Slicer.sln</code> in Visual Studio</li> | ||
− | <li>Select build configuration. Usually '''Release''' | + | <li>Select build configuration. Usually '''Release''' or '''Debug'''</li> |
<li>Select menu <code>Project -> Build Solution</code></li> | <li>Select menu <code>Project -> Build Solution</code></li> | ||
</ol> | </ol> |
Revision as of 14:49, 4 August 2015
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
Linux or MacOSX (Makefile) | Windows (Visual Studio) |
---|---|
Start a terminal. $ cd ~/Projects/Slicer-SuperBuild $ make -j<NUMBEROFCORES> In case of file download hash mismatch error, you need to acquire the latest wget, and build cmake with OpenSSL turned on. For more information, see here and here |
Start Windows Explorer. Need help?
If you make local changes to Slicer, open the solution file located in the directory |