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

From Slicer Wiki
Jump to: navigation, search
(Add version check template to notify viewer if looking at an older version of the page)
 
Line 19: Line 19:
  
 
* Linux Ubuntu: if you have odd rendering artifacts, try disabling visual effects (System/Appearance/Visual Effects)
 
* Linux Ubuntu: if you have odd rendering artifacts, try disabling visual effects (System/Appearance/Visual Effects)
* Windows: If build was OK, but it Slicer doesn't start (gives the error: [bin/Release/SlicerQT-real.exe] exit abnormally - Report the problem.) then one possible root cause is that you have a copy of Python26.dll in your windows system directory (e.g., c:\Windows\System32\python26.dll). The solution is to rename or remove the python dll in the system directory. See more details here: http://www.na-mic.org/Bug/view.php?id=1180
+
* Windows: If build was OK, but Slicer doesn't start (e.g. gives the error: <code>[bin/Release/SlicerQT-real.exe] exit abnormally - Report the problem.</code>) then one possible root cause is that you have a copy of <code>Python26.dll</code> in your windows system directory (e.g., <code>c:\Windows\System32\python26.dll</code>). The solution is to rename or remove the python dll in the system directory. See more details here: http://www.na-mic.org/Bug/view.php?id=1180

Latest revision as of 03:46, 21 May 2016

Home < Documentation < Nightly < Developers < Build Instructions < Run


For the latest Slicer documentation, visit the read-the-docs.


RUN Slicer

Linux or MacOSX Windows

Start a terminal.

$ Slicer-SuperBuild/Slicer-build/Slicer

Start Windows Explorer. Need help?

Run Slicer-SuperBuild/Slicer-build/Slicer.exe

Notes:

  • Linux Ubuntu: if you have odd rendering artifacts, try disabling visual effects (System/Appearance/Visual Effects)
  • Windows: If build was OK, but Slicer doesn't start (e.g. gives the error: [bin/Release/SlicerQT-real.exe] exit abnormally - Report the problem.) then one possible root cause is that you have a copy of Python26.dll in your windows system directory (e.g., c:\Windows\System32\python26.dll). The solution is to rename or remove the python dll in the system directory. See more details here: http://www.na-mic.org/Bug/view.php?id=1180