Download IGSTK
From IGSTK
Contents |
Introduction
IGSTK is developed on top of
Some (optional) functionality in the toolkit requires additional libraries, including:
Before you can build IGSTK you will need to download and build the relevant toolkits.
It is very important to make sure that you use the appropriate versions of these toolkits.
The easiest way to check compatibility is to go to the dashboard, follow the "build name" link you are interested in and then follow the "view notes" link. The release versions of libraries used for this test appear in this file.
IGSTK 4.4 Requirements
- ITK 3.20
- VTK 5.6.1 or later
- FLTK 1.1
- Take this zip file with the snapshot of FLTK 1.1 Image:Fltk-1.1-12-16-05.zip
- Qt 4.0 or later
- CMake 2.8 or later
- For video grabber component support on Windows, you will need to download and build openCV ( May 8, 2009 snapshot ) Image:OpencvMay-08-2009.zip or ( April,2009 ) Image:OpencvApril-2009.zip
Download
Download toolkit releases from our download page. You can also download the latest development version directly from the repositories as described below.
IGSTK uses two code repositories: a main IGSTK git repository and a staging area. The main git repository contains the version of the code that has been reviewed, well-tested and approved for integration. The staging repository is a testbed for developers to experiment with new ideas before integration into the toolkit. Each subject in the staging area is in a separate branch.
For instructions on how to configure and build the toolkit from source, refer to the following wiki page
How to build IGSTK
Access Development Version
Follow these instructions to install Git. This page documents how to download IGSTK through Git.
Instructions for IGSTK component developers with regard to setup and workflow are available here.
Repositories
One may browse the repositories online using the Gitweb interface at http://igstk.org/gitweb.
| Repository | Purpose | Access | URL |
|---|---|---|---|
IGSTK.git
| Image-Guided Surgery Toolkit | clone (git) | git://igstk.org/IGSTK.git
|
| clone (http) | http://igstk.org/IGSTK.git
| ||
| push (ssh) | git@igstk.org:IGSTK.git
| ||
stage/IGSTK.git
| IGSTK Topic Stage | clone (git) | git://igstk.org/stage/IGSTK.git
|
| clone (http) | http://igstk.org/stage/IGSTK.git
| ||
| push (ssh) | git@igstk.org:stage/IGSTK.git
| ||
IGSTKData.git
| IGSTK Testing/Data Submodule
| clone (git) | git://igstk.org/IGSTKData.git
|
| clone (http) | http://igstk.org/IGSTKData.git
| ||
| push (ssh) | git@igstk.org:IGSTKData.git
|
