IGT:ToolKit/Build-Tracker-Simulator
From NAMIC Wiki
Revision as of 02:37, 4 June 2008 by Dpace (talk | contribs) (New page: Back 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 re...)
Home < IGT:ToolKit < Build-Tracker-Simulator
Back 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)
Instructions
First, get the tracker simulator source code from the repository:
$ cd igt-tutorial $ svn co http://www.na-mic.org/svn/NAMICSandBox/trunk/BRPTools/ScannerIO ScannerIO
Configure using CMake 2.6: You should not need to change any settings - just press the 'c' key followed by the 'g' key to generate the makefiles.
$ cd ScannerIO $ ccmake .
If the previous command has completed without error, you can start building:
$ make
Upon completion, you should find the TrackerSim executable file at ScannerIO/bin