TubeTK/Development: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
 
(94 intermediate revisions by 7 users not shown)
Line 1: Line 1:
= Related software =
__NOTITLE__
__NOTOC__


TubeTK is builds upon and contribute back to a variety of open-source efforts, such as the following:
{| border="1" cellpadding="10" cellspacing="0"
|+ [[image:TubeTK_Header.jpg|1000px|link=TubeTK]]
|-
| style="background:#efefef;" align="left" valign="top" width="150px" |


{| border="0" width="75%" cellpadding="20" align="center"
'''[[TubeTK|Home]]'''
| align="center" | [[image:NeuralNav-ITKLogo.jpg|100px]] [http://www.itk.org <br> ITK]
*[[TubeTK/About|About]]
| align="center" | [[image:NeuralNav-SlicerLogo.jpg|100px]] [http://www.slicer.org <br> Slicer]
*[[TubeTK/Images|Image Gallery]]
| align="center" | [[image:NeuralNav-CTKLogo.jpg|100px]] [http://www.commontk.org <br> CTK]
*[[TubeTK/Data|Data and Publications]]
|-
<br>
| 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]
<br>
| align="center" | [[image:NeuralNav-MIDASLogo.jpg|100px]] [http://www.insight-journal.org/midas <br> MIDAS]
'''For Users'''
||
* [[TubeTK/Installation|Installation]]
|-
* [[TubeTK/Documentation|Methods & Apps]]
|}
* [[TubeTK/Slicer|TubeTK with 3D Slicer]]
* [[TubeTK/OsiriX|TubeTK with OsiriX]]
<br>
----
<br>
'''For Developers'''
* [[TubeTK/Development|Development Docs]]
<br>
----
<br>
'''[https://github.com/TubeTK/TubeTK/issues Report Bugs<br>Request Features]'''
<br>
<br>
----
<br>
'''[[TubeTK/Contact|Contact Us]]'''
 
| width="800px" align="left" |  
= Collaborative TubeTK Development =
 
<b> Please follow these steps to build and extend TubeTK </b>
 
== 1. View the software over the web ==
 
The source code for TubeTK is hosted on GitHub:
 
* https://github.com/KitwareMedical/TubeTK
 
== 2. Check on the status of TubeTK ==
 
The TubeTK Dashboard reports on the nightly build process of TubeTK. Check this to make sure the current version of TubeTK is compiling and that the relevant tests are passing on your platform:
* http://open.cdash.org/index.php?project=TubeTK
 
== 3. Build the toolkit ==
 
* [[TubeTK/Build Instructions|Build Instructions]]
 
== 4. Learn and live the development guidelines ==
 
* [[TubeTK/Developers Guide|Developers Guide]]
 
== 5. Contribute Dashboard Clients ==


= TubeTK's Collaborative Software Development Tools =
* [[TubeTK/Dashboard Scripts|Dashboard Scripts]]
* Dashboard
** https://www.kitware.com/CDash/index.php?project=TubeTK
** Analytics on dashboard: https://www.google.com/analytics/settings/home#scid=15664873
* 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 =
== 6. Contribute Code ==


* [[TubeTK/Design | Design discussions]]
* [[TubeTK/Midas Unit Tests|Adding Midas-based Unit Tests]]
* [[TubeTK/Build | Build instructions]]
* [[TubeTK/Dashboards | Dashboard instructions]]
* [[TubeTK/DevelopersGuide | Developers guide]]
* [[TubeTK/DevelopersFAQ | Developers FAQ]]
* [[TubeTK/GITCheatSheet | GIT Tips and Tricks]]


== Resources on the web ==
== 7. Read the FAQ ==


* [http://en.wikipedia.org/wiki/Math_markup Math formula editing in Wiki]
* [[TubeTK/Developers FAQ|Developers FAQ]]
* [http://en.wikipedia.org/wiki/Wikipedia:FAQ/Editing General Wiki Editing FAQ]
* Coverage Measurement and Profiling
** http://www.linuxjournal.com/node/6758/print


== Required third-party tools ==
== 8. Join the Developers' Mailing List ==


* These tools are automatically downloaded and built when TubeTK is built.
*Join the TubeTK email list here: [http://public.kitware.com/cgi-bin/mailman/listinfo/tubetk-developers]
** ITK
** CTK
** Select tools distributed with Slicer:
*** TCLAP, GenerateCLP, ModuleDescriptionParser, RegisterImages


== Optional third-party tools ==
|}


* Slicer (our preferred method delivery tool)
[[Category:TubeTK|Development]]
** svn co http://svn.slicer.org/Slicer3/trunk Slicer4
** Requires:
*** Qt>=4.6.1
**** http://qt.nokia.com/downloads
* 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

Latest revision as of 16:44, 19 December 2015

__NOTITLE__


TubeTK Header.jpg

Home




For Users




For Developers




Report Bugs
Request Features




Contact Us

Collaborative TubeTK Development

Please follow these steps to build and extend TubeTK

1. View the software over the web

The source code for TubeTK is hosted on GitHub:

2. Check on the status of TubeTK

The TubeTK Dashboard reports on the nightly build process of TubeTK. Check this to make sure the current version of TubeTK is compiling and that the relevant tests are passing on your platform:

3. Build the toolkit

4. Learn and live the development guidelines

5. Contribute Dashboard Clients

6. Contribute Code

7. Read the FAQ

8. Join the Developers' Mailing List

  • Join the TubeTK email list here: [1]