Changes between Version 4 and Version 5 of projects/synapse


Ignore:
Timestamp:
04/15/10 15:20:51 (14 years ago)
Author:
Edwin Eefting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/synapse

    v4 v5  
    1717 * Events can be handled by multiple threads if desired (max-threads is adjustable per session and per module)
    1818
    19 More documentation to follow soon.
     19More documentation to follow soon. Module documentation in http://open.syn3.nl/syn3/trac/default/browser/trunk/projects/synapse/modules/docs/html
     20
     21== Download ==
     22
     23Download:
     24{{{
     25psy@r3m0t3h0st ~/test $ svn co --username=anonymous --password=anonymous http://open.syn3.nl/syn3/svndav/default/trunk/projects/synapse
     26...
     27Checked out revision 311.
     28}}}}
    2029
    2130
     31Configure/compile:
     32{{{
     33psy@r3m0t3h0st ~/test $ cd synapse/
     34psy@r3m0t3h0st ~/test/synapse $ cmake .
     35...
     36psy@r3m0t3h0st ~/test/synapse $ make
     37
     38}}}
     39
     40Run a module:
     41{{{
     42psy@r3m0t3h0st ~/test/synapse $ ./synapse modules/test.module/libtest.so
     43...
     44}}}
     45