Difference between revisions of "Slicer4:Developers"

From Slicer Wiki
Jump to: navigation, search
Line 4: Line 4:
  
 
=Introduction=
 
=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]].
+
*This page of for scientist who write source code, if you want to use a pre-compiled version of Slicer, please go to the [http://www.slicer.org/pages/Special:SlicerDownloads download page].
 
*Slicer 4 will include a number of fundamental changes to the infrastructure:
 
*Slicer 4 will include a number of fundamental changes to the infrastructure:
 
**Qt widgets will replace KWW widgets
 
**Qt widgets will replace KWW widgets

Revision as of 11:11, 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