Difference between revisions of "IGT:ToolKit/Build-IGSTK"
From NAMIC Wiki
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
===Notes before you begin=== | ===Notes before you begin=== | ||
* Slicer3 is assumed to have been built on your computer in the directory '''igt-tutorial''' | * Slicer3 is assumed to have been built on your computer in the directory '''igt-tutorial''' | ||
− | * CMake 2.6 is absolutely required. If you don't have it installed, you can use the version of ccmake found in igt-tutorial/Slicer3-lib/CMake-build/bin (it will be CMake 2.6) | + | * CMake 2.6 is absolutely required. If you don't have it installed, you can use the version of ccmake found in igt-tutorial/Slicer3-lib/CMake-build/bin (it will be CMake 2.6). |
− | |||
− | ===Get the IGSTK and IGSTKSandbox | + | ===Get source code of the IGSTK package (including IGSTK and IGSTKSandbox)=== |
$ cd igt-tutorial | $ cd igt-tutorial | ||
$ cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/IGSTK login | $ cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/IGSTK login | ||
Line 13: | Line 12: | ||
$ cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/IGSTK co IGSTKSandbox | $ cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/IGSTK co IGSTKSandbox | ||
− | ===Build IGSTK=== | + | ===Build IGSTK package=== |
− | + | * [http://wiki.na-mic.org/Wiki/index.php/IGT:ToolKit/Build-IGSTK-Linux On Linux] | |
− | + | * [http://wiki.na-mic.org/Wiki/index.php/IGT:ToolKit/Build-IGSTK-Windows On Windows XP] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 00:36, 21 May 2009
Home < IGT:ToolKit < Build-IGSTKBack to IGT:ToolKit
Notes before you begin
- Slicer3 is assumed to have been built on your computer in the directory igt-tutorial
- CMake 2.6 is absolutely required. If you don't have it installed, you can use the version of ccmake found in igt-tutorial/Slicer3-lib/CMake-build/bin (it will be CMake 2.6).
Get source code of the IGSTK package (including IGSTK and IGSTKSandbox)
$ cd igt-tutorial $ cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/IGSTK login answer with 'igstk' $ cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/IGSTK co IGSTK $ cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/IGSTK co IGSTKSandbox