ITK/Complete Setup
From KitwarePublic
Jump to navigationJump to search
This page will describe setting up the Kitware tools on an Ubuntu (or any Debian, really) workstation. I assume that you have a basic install of Debian/Ubuntu.
For ITK, install the following packages:
- gcc
- g++
- make
- cmake
For VTK, install the following packages:
- tcl8.4-dev
- tk8.4-dev
- libgl1-mesa-dev
For FLTK, install the following packages:
- libfltk1.1-dev
- libglu1-mesa-dev
For QT, install the following packages:
- q3-apps-dev
- qt3-dev-tools
- libqt3-i18n