Install instructions for Linux:
===============================

Remarks:
--------

The make environment for Linux is based on the scons system.
Please install scons before compiling ARToolKitPlus!

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

- Modify ./SConstruct to your needs

- Start compilation with
  scons

- You should end up with

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

- For executing, do not forget to update your LD_LIBRARY_PATH
