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'.