TubeTK/Development: Difference between revisions
From KitwarePublic
< TubeTK
Jump to navigationJump to search
No edit summary |
|||
Line 1: | Line 1: | ||
= TubeTK's Collaborative Software Development Tools = | = TubeTK's Collaborative Software Development Tools = | ||
Line 38: | Line 24: | ||
* [[TubeTK/GITCheatSheet | GIT Tips and Tricks]] | * [[TubeTK/GITCheatSheet | GIT Tips and Tricks]] | ||
== | == Other resources on the web == | ||
* [http://en.wikipedia.org/wiki/Math_markup Math formula editing in Wiki] | * [http://en.wikipedia.org/wiki/Math_markup Math formula editing in Wiki] | ||
Line 69: | Line 55: | ||
**** apt-get install fluid | **** apt-get install fluid | ||
**** svn co http://svn.easysw.com/public/fltk/fltk/branches/branch-1.1/ fltk-1.1.10 | **** svn co http://svn.easysw.com/public/fltk/fltk/branches/branch-1.1/ fltk-1.1.10 | ||
= Related software = | |||
TubeTK is builds upon and contribute back to a variety of open-source efforts, such as the following: | |||
{| border="0" width="75%" cellpadding="20" align="center" | |||
| align="center" | [[image:NeuralNav-ITKLogo.jpg|100px]] [http://www.itk.org <br> ITK] | |||
| align="center" | [[image:NeuralNav-SlicerLogo.jpg|100px]] [http://www.slicer.org <br> Slicer] | |||
| align="center" | [[image:NeuralNav-CTKLogo.jpg|100px]] [http://www.commontk.org <br> CTK] | |||
|- | |||
| align="center" | [[image:NeuralNav-CMakeLogo.jpg|100px]] [http://www.cmake.org <br> CMake] | |||
| align="center" | [[image:NeuralNav-CDashLogo.jpg|100px]] [http://www.cdash.org <br> CDash] | |||
| align="center" | [[image:NeuralNav-MIDASLogo.jpg|100px]] [http://www.insight-journal.org/midas <br> MIDAS] | |||
|| | |||
|- | |||
|} |
Revision as of 14:15, 26 July 2010
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
Other 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
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 |