Instructions to build NaviTrack

From NAMIC Wiki
Jump to: navigation, search
Home < Instructions to build NaviTrack

Linux Users

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 sure you have CMake 2.4 or later installed on your system. If you don't, here is the website to get it: 
http://www.cmake.org/HTML/Download.html)

Build NaviTrack

  • To compile NaviTrack, in the same directory, e.g. NaviTrack-build, run:
make


Windows Users

Make directory: navitrack

  • Create this directory anywhere you want on your machine
  • This directory will be the root directory for your NaviTrack
  • In navitrack, make a new directory NaviTrack where the source code will be downloaded to
  • In the same directory, create a directory NaviTrack-build

Download NaviTrack source code

Configure NaviTrack for compiling

  • Use CMake to configure NaviTrack. Make sure to write the configuration results into navitrack/NaviTrack-build

Build NaviTrack

  • Use Visual Studio to open the .sln file in NaviTrack-build directory
  • Build all projects in the list