First draft of README file
==========================

==================
To compile library
==================
On Linux :
$cd Build
$./bootstrap
$./configure --prefix=<path to install> --with-libARUtilsInstall=<path of libARUtils install>
$make
$make install (if you want to install library)

See example:
./bootstrap
./configure --prefix=/Users/david/FreeFlight3/ARBuildUtils/Targets/Unix/Install
make
make install


