Difference between revisions of "Slicer4:Developers"

From Slicer Wiki
Jump to: navigation, search
Line 1: Line 1:
At the time of this writing, 3D Slicer version 4 (Slicer4) is still in the design and prototyping stage.  Please see the [[Slicer4|Slicer4 Description Page]] for information on the current plans.
+
Work on 3D Slicer version 4 has begun in June of 2010. It is expected that Slicer4 will be released in 2011.  Please see the [[Slicer4|Slicer4 Description Page]] for detailed information on the current plans.
  
*This page will contain information about how to develop software for Slicer 4
 
*This is work in progress
 
 
*For information about older versions of Slicer, see [[Developers|here]].
 
*For information about older versions of Slicer, see [[Developers|here]].
 +
 +
=Introduction=
 +
*This page of for scientist who write source code, if you want to use a pre-compiled version of Slicer, please go to the [[Special:SlicerDownloads|download page]].
 +
*Slicer 4 will include a number of fundamental changes to the infrastructure:
 +
**Qt widgets will replace KWW widgets
 +
**CMAKE superbuild will replace getbuildtest
 +
**git will replace svn
 +
 +
=Compiling=
 +
*how to get the source code
 +
*how to compile on your computer

Revision as of 11:09, 21 July 2010

Home < Slicer4:Developers

Work on 3D Slicer version 4 has begun in June of 2010. It is expected that Slicer4 will be released in 2011. Please see the Slicer4 Description Page for detailed information on the current plans.

  • For information about older versions of Slicer, see here.

Introduction

  • This page of for scientist who write source code, if you want to use a pre-compiled version of Slicer, please go to the download page.
  • Slicer 4 will include a number of fundamental changes to the infrastructure:
    • Qt widgets will replace KWW widgets
    • CMAKE superbuild will replace getbuildtest
    • git will replace svn

Compiling

  • how to get the source code
  • how to compile on your computer