cd ~/sources/
svn co http://svn.mech.kuleuven.be/repos/orocos/trunk/bfl
tar xvf orocos-bfl.tar.gz
mkdir ~/sources/bfl/build cd ~/sources/bfl/build
export CMAKE_INCLUDE_PATH=/path/to/installed/library/include export CMAKE_LIBRARY_PATH=/path/to/installed/library/libSee http://www.cmake.org/Wiki/CMake_Useful_Variables#Environment_Variables for more information
ccmake ..
make
make check
sudo make install
fiep 2010-10-28