Apogee INSTALL
==============

You must have CMake >= 2.4.7 in order to build this package.

1) $ tar -xzf libapogee.tar.gz
2) $ mkdir libapogee_build
3) $ cd libapogee_build
4) $ cmake -DCMAKE_INSTALL_PREFIX=/usr . ../libapogee
5) $ su -c 'make install' or sudo make install
   
Refer to README for instructions on using the driver.

That's it!
