Difference between revisions of "Documentation/4.0/Developers/Build Instructions"

From Slicer Wiki
Jump to: navigation, search
m (Created page with 'Superbuild')
 
m
Line 1: Line 1:
Superbuild
+
== Overview ==
 +
Superbuild is a new
 +
 
 +
== How to get started ? ==
 +
* Prerequisites: Download QT >= 4.62
 +
* Step1 : Checkout
 +
<pre>
 +
cd MyProjects
 +
svn co http://svn.slicer.org/Slicer3/
 +
mkdir Slicer3-SuperBuild
 +
cd Slicer3-SuperBuild
 +
ccmake -DQT_QMAKE_EXECUTABLE:FILEPATH=/home/myself/qt-4.6.2/qt/bin/qmake ../Slicer3/SuperBuild
 +
</pre>
 +
 
 +
* Step2: Enable options
 +
 
 +
* Step3: Configure and Generate
 +
 
 +
* Step4: Build
 +
 
 +
== Supported platform and options ==

Revision as of 20:02, 1 June 2010

Home < Documentation < 4.0 < Developers < Build Instructions

Overview

Superbuild is a new

How to get started ?

  • Prerequisites: Download QT >= 4.62
  • Step1 : Checkout
cd MyProjects
svn co http://svn.slicer.org/Slicer3/
mkdir Slicer3-SuperBuild
cd Slicer3-SuperBuild
ccmake -DQT_QMAKE_EXECUTABLE:FILEPATH=/home/myself/qt-4.6.2/qt/bin/qmake ../Slicer3/SuperBuild
  • Step2: Enable options
  • Step3: Configure and Generate
  • Step4: Build

Supported platform and options