Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ARToolKitPlus/INSTALL
blob: a0588d9167f753a199c32c05b257357e88feb91b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Install instructions for Linux:
===============================

Remarks:
--------

The make environment for Linux is based on Qt's qmake system.
Please install qmake before compiling ARToolKitPlus!

Compile Steps:
--------------

- Modify build/linux/options.pro to your needs
- Set ARTKP environment variable to source tree

  for bash: export ARTKP='<path_to_artoolkitplus_source_tree>'
  for tcsh: setenv ARTKP '<path_to_artoolkitplus_source_tree>'

- Start compilation with

  make

- You should end up with

  ./lib ... ARToolKitPlus shared libraries
  ./bin ... 
	    simple   ... Sample program
	    idpatgen ... For generating ID markers

- For executing, do not forget to update your LD_LIBRARY_PATH