try a separate script with travis for deps
[lwes-journaller/github-mirror.git] / README
blobfe3b61819f1cde4c445f237ab63c2c22257928fb
1 # LWES Journaller
3 ## Summary
4 The journaller listens on the given multicast ip and port and writes all
5 events caught to a file which can be processed later.
8 ## Build Instructions
10 ### Install Requirements
11    * popt -- for command line argument processing
12    * libltdl -- for dlopen
13    * sys/msg or mqueue messaging
14    * lwes core
16 ### Build
17 > % ./bootstrap
18 > % ./configure --disable-hardcore
19 > % make
21 ### Install
22 > % sudo make install
24 ## Usage
25 > lwes-journaller --help