TubeTK/Development: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
Line 68: Line 68:


== TubeTK and ImageJ ==
== TubeTK and ImageJ ==
= 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 20:23, 7 November 2010

Collaborative TubeTK Development

View the software over the web

Check on the status of TubeTK

Download the software via git

  • Read-only access
  • Read and write access (assume you have an existing and approved gitorious account)
    • git clone git@gitorious.org:tubetk/tubetk.git
    • git push git@gitorious.org:tubetk/tubetk.git master


Setup your development environment

Build the toolkit

Read, learn, and follow the development guidelines

Contribute Code

Contribute Dashboard Clients

FAQ

Inside TubeTK

  • TubeTK uses CMake's Superbuild include other libraries, as needed for the options selected.
  • Libraries that may be automatically downloaded and included by TubeTK include:
    • ITK
    • VTK
    • Select tools from the NA-MIC Kit:
      • TCLAP, GenerateCLP, ModuleDescriptionParser, RegisterImages
  • Libraries that must be externally installed if you want to use them with TubeTK
    • CMake (2.8.2 or greater - REQUIRED)
    • Qt (4.6.2 or greater - OPTIONAL)

Using TubeTK

TubeTK and Slicer

TubeTK and ImageJ