RTK/Developers

From Openrtk
Revision as of 11:26, 2 August 2012 by Mvila (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Developer's guide

This section is aimed to assist in the development of RTK.

    1. === Source Code ===

Download repository

The RTK source code can be retrieved from RTK's GIT repository using the following command:

 git clone git@github.com:SimonRit/RTK.git <sourcePath>

Compiling

In order to compile RTK you need the following third party software:

  1. CMake >= 2.4
  2. ITK >= 3.20
  3. Gengetopt >= 2.20
  • Optional:
  1. CUDA drivers
CMake

CMake is a family of tools designed to build, test and package software.

You can download pre-compiled binaries and the source code [[1]] or via git:

{{{ git clone git://cmake.org/cmake.git }}} Installation instructions are available [[2]].

CMake is used to build ITK, VTK and VV.

To compile the code, it is used CMake. The common steps to compile for the first time your code are as follows:

   #Create a binary folder, called i.e. RKT-bin
   #Go to your binary folder   

API

Geometry

Mailing list