Difference between revisions of "Slicer4:Developers"
From Slicer Wiki
Line 1: | Line 1: | ||
− | + | 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. | |
− | |||
− | |||
*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:DevelopersWork 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