TubeTK/Installation: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
No edit summary
 
(18 intermediate revisions by 2 users not shown)
Line 6: Line 6:
|-
|-
| style="background:#efefef;" align="left" valign="top" width="150px" |  
| style="background:#efefef;" align="left" valign="top" width="150px" |  
'''[[TubeTK|Home]]'''
*[[TubeTK/About|About]]
*[[TubeTK/Images|Image Gallery]]
*[[TubeTK/Data|Data and Publications]]
<br>
----
<br>
'''For Users'''
* [[TubeTK/Installation|Installation]]
* [[TubeTK/Documentation|Methods & Apps]]
* [[TubeTK/Slicer|TubeTK with 3D Slicer]]
* [[TubeTK/OsiriX|TubeTK with OsiriX]]
<br>
<br>
<b>[http://public.kitware.com/Wiki/TubeTK Home]</b>
----
*[[TubeTK/About | About]]
*[[TubeTK/Events | Events]]
*[[TubeTK/Images | Image Gallery]]
*[[NeuralNav/Data | Data and Publications]]
<br>
<br>
<hr>
'''For Developers'''
* [[TubeTK/Development|Development Docs]]
<br>
<br>
<b>For Users</b>
----
* [[TubeTK/Installation | Installation]]
* [[TubeTK/Documentation | Methods & Apps]]
* [[TubeTK/Slicer | TubeTK with Slicer]]
* [[TubeTK/ImageJ | TubeTK with ImageJ]]
* [[TubeTK/OsiriX | TubeTK with OsiriX]]
<br>
<br>
<hr>
'''[https://github.com/TubeTK/TubeTK/issues Report Bugs<br>Request Features]'''
<br>
<br>
<b>For Developers</b>
* [[TubeTK/Development | Development Docs]]
<br>
<br>
<hr>
----
<br>
<br>
<b>[[TubeTK/Team | Contact Us]]</b>
'''[[TubeTK/Contact|Contact Us]]'''


| width="800px" align="left" |  
| width="800px" align="left" |  
= Installation Options =
== installation from Binaries ==
TubeTK is currently only available as source code.  It is known to compile on Windows, Linux, and Macs.


== 2. Check on the status of TubeTK ==
In the future we will provide binaries for standard platforms.


* The TubeTK Dashboard reports on the nightly build process of TubeTK. 
== Installing from Source ==
** https://www.kitware.com/CDash/index.php?project=TubeTK
** Analytics on dashboard: https://www.google.com/analytics/settings/home#scid=15664873
* Mantis
** TBD


== 3. Download the software via git ==
=== 1. Check on the status of TubeTK ===


* Read-only access
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:
** git clone git://gitorious.org/tubetk/tubetk.git
* http://open.cdash.org/index.php?project=TubeTK
* Read and write access
** Requires an existing and approved gitorious account
** First, configure your [[TubeTK/Development/GITConfiguration | Git environment]] (user name, email, hooks, ...)
** Second, follow the instructions in the [[TubeTK/Development/GITBranchingUsage | Git Usage and Procedures]] document.
** Additional Git info: [[TubeTK/Development/GITCheatSheet | GIT Tips and Tricks]]


== 4. Build the toolkit ==
=== 2. Build the toolkit ===
 
* [[TubeTK/Build Instructions|Build Instructions]]


* [[TubeTK/Development/Build | Build instructions]]
|}
|}
[[Category:TubeTK|Installation]]

Latest revision as of 13:32, 6 January 2015

__NOTITLE__


TubeTK Header.jpg

Home




For Users




For Developers




Report Bugs
Request Features




Contact Us

Installation Options

installation from Binaries

TubeTK is currently only available as source code. It is known to compile on Windows, Linux, and Macs.

In the future we will provide binaries for standard platforms.

Installing from Source

1. 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:

2. Build the toolkit