Difference between revisions of "Documentation/Nightly/Developers/Build Instructions/Compile"
From Slicer Wiki
m (→BUILD Slicer) |
m |
||
Line 10: | Line 10: | ||
Start a terminal. | Start a terminal. | ||
{{pre2|scroll| | {{pre2|scroll| | ||
− | cd ~/Projects/Slicer-SuperBuild | + | $ cd ~/Projects/Slicer-SuperBuild |
− | make -j<NUMBEROFCORES>}} | + | |
+ | $ make -j<NUMBEROFCORES>}} | ||
| valign="top" | | | valign="top" | | ||
Start Windows Explorer. [http://www.wikihow.com/Open-Windows-Explorer Need help?] | Start Windows Explorer. [http://www.wikihow.com/Open-Windows-Explorer Need help?] |
Revision as of 02:25, 15 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
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 |