Documentation/4.0/Developers/Build Instructions

From Slicer Wiki
Jump to: navigation, search
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