Subversion
The project moved to GIT. SVN code is still available but repo is read only
The source code of Vuurmuur is managed using the subversion source control system. The server is hosted at sourceforge.net. On this site the source can be browsed. Keep in mind that it is synced with the sourceforge.net SVN server once every hour.
To checkout the latest code, use this command:
svn co http://svn.code.sf.net/p/vuurmuur/code/trunk trunk
This will create a directory called 'trunk' in your working path. To get everything build and installed (with default values), use the following command as root:
trunk/installer/install.sh --install --defaults
Take a look at the help from that script to see the other options.
If you want to update it to the latest SVN version later, enter the trunk directory and do:
svn up
And as root:
installer/install.sh --upgrade
That applies the latest version of the SVN server to your local tree and build it.