Unpack the archive into a directory of your choice and cd
into it. Type
./configure
make
(make install doesn't do much at the moment)
Options to the configure process are:
--without-artk do not attempt to build hv_ARtk demo [build it]
--without-opencv do not even use OpenCV for file i/o [use OpenCV]
--with-magick use ImageMagick=abspath for file i/o [use OpenCV]
--with-type=type IntegralImage types: [float], uint
Troubleshooting and Tips
ARToolKit might not compile due to libdc1394 compatibility
issues. This patch, courtesy of Steve DiVerdi, might help the
situation: video.c.patch, to be
applied to ARToolKit2.61/lib/SRC/VideoLinux1394Cam/video.c with
the command "patch < video.c.patch".
Note that paths for ./configure --with must be absolute (no
~tilde).