Difference between revisions of "IGT:ToolKit/Build-OpenIGTLink"

From NAMIC Wiki
Jump to: navigation, search
Line 7: Line 7:
 
3. Cd to '''OpenIGTLink-build''', and run
 
3. Cd to '''OpenIGTLink-build''', and run
 
   ccmake ../OpenIGTLink
 
   ccmake ../OpenIGTLink
 
+
Make sure you have version 2.6 of CMake installed. If you don't, you can find in Slicer3-lib/CMake-build/bin.
  Make sure you have version 2.6 of CMake installed. If you don't, you can find in Slicer3-lib/CMake-build/bin.
 

Revision as of 17:33, 23 May 2008

Home < IGT:ToolKit < Build-OpenIGTLink

You are assumed that Slicer 3 has been built on your computer.

1. In directory igt-tutorial, download OpenIGTLink module source code:

   svn co http://www.na-mic.org/svn/NAMICSandBox/trunk/IGTLoadableModules

2. In directory igt-tutorial/IGTLoadableModules, create a new directory OpenIGTLink-build

3. Cd to OpenIGTLink-build, and run

  ccmake ../OpenIGTLink

Make sure you have version 2.6 of CMake installed. If you don't, you can find in Slicer3-lib/CMake-build/bin.