CMake available installed, as well as SQLite3, libxml2 and libxslt development headers and libraries. To compile eurephia we will also need the OpenVPN source, but that we already have available after compiling it first.
user@host:~ $ cd workdir user@host:workdir $ bzip2 -dc ../eurephia-1.0.1.tar.bz2 | tar xv - user@host:workdir $ cd eurephia-1.0.1 user@host:eurephia-1.0.1 $
git revision control installed to use this approach.
user@host:~ $ cd workdir user@host:workdir $ git clone git://eurephia.git.sourceforge.net/gitroot/eurephia/eurephia.git <...snip...> user@host:workdir $ cd eurephia user@host:eurephia $