Zervit is a really easy piece of software to use that can be explained in some
steps.
If you are using Linux or want to compile it under Windows,
first read the building howto.
First download Zervit or build it from sources(needed for linux) and then follow this steps.
The new build system doesnt use makefiles any more, it has been changed to scons fot its
easy configuration and use. So in order to build the project you will need an installation
of scons in your system (say *nix or windows).
If you are using Linux, this step can not be avoided but i think that is not too
complicated for a Linux user.
First download the sources from the downloads page and extract
them in a directory.
Then change directory to src/ , type scons and you may see all the building
process, if everything goes well you should see a new file named zervit in the folder
That's all, complicated no?
In Windows there is a different story. You are building the source because you just like
compilation process or because you are hacking code. So..
Download the sources and extract them, move to src/ and run scons, remember that you
will need scons and any version of Visual Studio installed.
Or if you are using mingw or other soft, then you will have to try if scons recognize
mingw or write a hack for the build system(will be pleased if you share it) or compile it
by hand. Remember to link with winsock2 lib or it wont build.
If you are interested to help with the project because you have an idea, a piece of code, a icon or think that you can become a developer of Zervit, of anything else check the section contribute.