$ svn checkout http://svn.berlios.de/svnroot/repos/senf/trunk senf
This will create a new directory senf
within the current directory. For further documentation on the use of Subversion, see the svn
man-page or the subversion homepage at http://subversion.tigris.org. A very good introduction and reference to subversion is available at http://svnbook.red-bean.com.
Additionally ensure, you have installed all necessary Dependencies.
$ scons default examples all_testsThis assumes, that you want to build the library with your default gcc and requires the boost libraries to be available in the system include paths. If this is not the case take a look a the
SConstruct
file for configuration variables. You may either specify the variables on the command line or place them into a SConscript.local
file.