File: INSTALL

package info (click to toggle)
camitk 5.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 358,388 kB
  • sloc: cpp: 86,984; xml: 1,295; sh: 1,280; ansic: 142; makefile: 112; perl: 84; sed: 20
file content (14 lines) | stat: -rw-r--r-- 732 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Simply use cmake to compile these extensions.

- unpack this archive
- create a build directory (at the root or anywhere else)
- run cmake (cmake-gui on linux), click on configure (choose the generator 
depending on your plateform) and then click on generate
- open your project in your IDE or type make in the build directory

NOTE: this project needs to have camitk core installed. This project needs
to know the camitk install root directory (the directory where this project can find
subdirectories "include" "lib" and "bin").
While there is no FindCamiTK CMake macro yet, an attempt is made to find camitk install
root, this does not work all the time.
if it does not work, you have to set CAMITK_INSTALL_ROOT in the CMake GUI.