
 If using code directly from git (github or sourceforge) first read the file
 USING_SOURCE_FROM_GIT to generate the configure script. Then follow the steps
 below. If downloading tarball package from sourceforge the configure script
 is included so you can directly follow the steps detailed below.


 installation instructions for libthreadar

 1 -  run './configure [options]'
      where [options] can be --prefix=/usr (by default installation goes to /usr/local)
      run './configure --help' for more available options

 2 -  compile running 'make'

 3 -  once compilation succeeded, as root install by runing 'make install'

 3 -  You can also make use of DESTDIR variable to setup a package for your distro
      make DESTDIR=/tmp install




