QUICK INSTRUCTIONS ON HOW TO RUN

If stuff doesn't work, contact me at centipede@takhis.net or through the savannah.nongnu.org project page

0) Install all dependencies: OpenCV, MJPEGTools, BOOST. Remember to get developer packages for all this stuff also.
1) Download source package (wget yuvmotiontools...)
2) Unpack (tar -xzf yuvmotiontools...)
3) Got to your preferred build folder (cd worksite/linuxgcc)
4) Build (make)
5) Install if you want to (files are built into the top folder of the untar'ed source package)



Requirements:

Standard development stuff ( apt-get install build-essential ).

* Boost
Free, peer-reviewed portable C++ source libraries.
Homepage: http://www.boost.org

* MJPEGTools
Command line tools for working with video streams
Homepage: http://mjpeg.sourceforge.net

* OpenCV
Intels library for doing computer vision and image processing
Homepage: http://opencvlibrary.sourceforge.net/

