Changes between Initial Version and Version 1 of neercs/devel


Ignore:
Timestamp:
01/01/2011 11:33:21 PM (13 years ago)
Author:
Sam Hocevar
Comment:

neercs development notes

Legend:

Unmodified
Added
Removed
Modified
  • neercs/devel

    v1 v1  
     1[wiki:neercs << back to neercs]
     2
     3= neercs development notes =
     4
     5This page explains how to build and hack on neercs.
     6
     7== Getting the source code ==
     8
     9The source code is managed in a Subversion repository. You can [/browser/neercs/trunk browse it online] for a quick overview of what is happening.
     10
     11Use the following command to retrieve the source code:
     12
     13{{{
     14svn co svn://svn.zoy.org/caca/neercs/trunk neercs
     15}}}
     16
     17== Building using the autotools ==
     18
     19Using 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.
     20
     21{{{
     22./bootstrap
     23./configure
     24make
     25}}}
     26
     27This will build [wiki:neercs].
     28
     29== Design ==
     30
     31An overview of the neercs architecture:
     32
     33[[Image(design.png)]]