Difference between revisions of "Slicer:Build Instructions:MSVS9"

From NAMIC Wiki
Jump to: navigation, search
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/")
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
I had to add the following to slicer_variables.tcl for getbuildtest.tcl to work:
+
<big>'''Note:''' We are migrating this content to the slicer.org domain - <font color="orange">The newer page is [https://www.slicer.org/wiki/Slicer:Build_Instructions:MSVS9 here]</font></big>
 
 
if { [file exists "c:/Program Files/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe"] } {
 
  set ::GENERATOR "Visual Studio 8 2005"
 
  set ::MAKE "c:/Program Files/Microsoft Visual Studio 9.0/Common7/IDE/VCExpress.exe"
 
  set ::COMPILER_PATH "c:/Program Files/Microsoft Visual Studio 9.0/VC/bin"
 
  }
 
 
 
This after installing the latest Visual C++ 2008 Express Edition from http://www.microsoft.com/express/download/
 
 
 
I also had to run the vcsetup.exe, then the PSDK installer, then vcsetup.exe a final time before getting a Studio directory.
 
 
 
 
 
UPDATE: ...this isn't really working.
 

Latest revision as of 18:07, 10 July 2017

Home < Slicer:Build Instructions:MSVS9

Note: We are migrating this content to the slicer.org domain - The newer page is here