Handling an error case that is required to remove --disable-hardcore
[lwes-journaller.git] / README
blobb8770380b09e08dcc061673ab12761c4e92a8556
1 h1. LWES Journaller
3 h2. 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 h2. Build Instructions
10 h3. Requirements
11    * popt -- for command line argument processing
12    * libltdl -- for dlopen
13    * sys/msg or mqueue messaging
14    * lwes core
16 h3. Build
17 {quote}
18 % ./configure --disable-hardcore
19 % make
20 {quote}
22 h2. Usage
23 {quote}
24 {quote}