TubeTK/Development: Difference between revisions
From KitwarePublic
< TubeTK
Jump to navigationJump to search
Line 37: | Line 37: | ||
* [[TubeTK/DevelopersFAQ | Developers FAQ]] | * [[TubeTK/DevelopersFAQ | Developers FAQ]] | ||
* [[TubeTK/GITCheatSheet | GIT Tips and Tricks]] | * [[TubeTK/GITCheatSheet | GIT Tips and Tricks]] | ||
== Resources on the web == | == Resources on the web == |
Revision as of 13:38, 26 July 2010
Related software
TubeTK is builds upon and contribute back to a variety of open-source efforts, such as the following:
ITK |
Slicer |
CTK | |
CMake |
CDash |
MIDAS |
TubeTK's Collaborative Software Development Tools
- Dashboard
- Git
- Website: http://gitorious.org/tubetk/
- Main Repository:
- git clone git://gitorious.org/tubetk/tubetk.git
- git push git@gitorious.org:tubetk/tubetk.git master
- Mantis
- TBD
- Doxygen
- TBD
TubeTK's Development Documentation
- Design discussions
- Build instructions
- Dashboard instructions
- Developers guide
- Developers FAQ
- GIT Tips and Tricks
Resources on the web
- Math formula editing in Wiki
- General Wiki Editing FAQ
- Coverage Measurement and Profiling
Required third-party tools
- These tools are automatically downloaded and built when TubeTK is built.
- ITK
- CTK
- Select tools distributed with Slicer:
- TCLAP, GenerateCLP, ModuleDescriptionParser, RegisterImages
Optional third-party tools
- Slicer (our preferred method delivery tool)
- svn co http://svn.slicer.org/Slicer3/trunk Slicer4
- Requires:
- Qt>=4.6.1
- InsightApplications (Utility apps)
- cvs -d :pserver:<YOURNAME>@itk.org:/cvsroot/Insight co InsightApplications
- Applications of interest: ImageViewer, ImageColorViewer
- Requires:
- VTK
- git clone git://vtk.org/VTK.git VTK
- FLTK
- apt-get install fluid
- svn co http://svn.easysw.com/public/fltk/fltk/branches/branch-1.1/ fltk-1.1.10
- VTK