logo image

FAIF - how to

using

the library is header-only, You only have to add the path to the library to the include paths

compile the tests and examples from sources

      cd faif/implementation
      scons
    

In some environments the file 'Sconstruct' should be modified, for Windows systems: the variable BOOST_INCLUDE_WINDOWS (line 10) stores the directory for boost include, e.g. 'c:/Boost/include/boost-1_47', the variable BOOST_LIB_WINDOWS (line 12) stores the directory with boost libraries, e.g. 'c:/Boost/lib'; for Linuxes the variable BOOST_INCLUDE_LINUX (line 11) is set to '/usr/include', and BOOST_LIB_LINUX (line 13) to '/usr/lib'.


return to the main page