<< back to neercs

neercs development notes

This page explains how to build and hack on neercs.

Getting the source code

The source code is managed in a Subversion repository. You can browse it online for a quick overview of what is happening.

Use the following command to retrieve the source code:

svn co svn://svn.zoy.org/caca/neercs/trunk neercs

Building using the autotools

Using the autotools solution is the preferred way to build neercs. It is complicated but you can trust us to maintain it properly. Building neercs is then a 3-step operation: bootstrapping, configuring and building.

./bootstrap
./configure
make

This will build neercs.

Design

An overview of the neercs architecture:

Last modified 13 years ago Last modified on 01/01/2011 11:33:21 PM

Attachments (1)

Download all attachments as: .zip