Difference between revisions of "Instructions to build NaviTrack"

From NAMIC Wiki
Jump to: navigation, search
Line 14: Line 14:
 
* Run this command to configure NaviTrack:
 
* Run this command to configure NaviTrack:
 
  cmake ../NaviTrack
 
  cmake ../NaviTrack
 +
(Note: Make you have CMake 2.4 or later installed on your system.)
  
 
== Build NaviTrack ==
 
== Build NaviTrack ==
 +
* In the same directory, e.g. NaviTrack-build, run:
 +
make

Revision as of 18:05, 10 May 2007

Home < Instructions to build NaviTrack

Make directory: navitrack

  • Create this directory anywhere you want on your machine
  • This directory will be the root directory for your NaviTrack

Download NaviTrack source code

  • Change directory to navitrack you just created
  • Run the following command to check out NaviTrack source tree:
svn co --username ivs --password ivs https://ariser.uio.no/svn/navitrack/branches/nt-brp NaviTrack 

Configure NaviTrack for compiling

  • In the directory navitrack, create a new directory NaviTrack-build. Now navitrack has two sub-directories: NaviTrack and NaviTrack-build
  • Change directory to NaviTrack-build
  • Run this command to configure NaviTrack:
cmake ../NaviTrack
(Note: Make you have CMake 2.4 or later installed on your system.)

Build NaviTrack

  • In the same directory, e.g. NaviTrack-build, run:
make