[wiki:neercs << 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 [/browser/neercs/trunk 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 [wiki:neercs]. == Design == An overview of the neercs architecture: [[Image(design.png)]]