Version 1 (modified by 14 years ago) (diff) | ,
---|
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:
Attachments (1)
- design.png (86.4 KB) - added by 14 years ago.
Download all attachments as: .zip