From: Martin Mares Date: Sun, 12 Feb 2012 17:53:57 +0000 (+0100) Subject: README: Mention prerequisites and customizable parts X-Git-Tag: v1.2~2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=50314bf5a40edd90811b268d284d38babf53803b;p=arexx.git README: Mention prerequisites and customizable parts --- diff --git a/README b/README index c2ed2a1..c2e400a 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ Arexx Data Logger Daemon - (c) 2011 Martin Mares + (c) 2011--2012 Martin Mares You can use and distribute this program under the terms of GPLv2. @@ -28,3 +28,9 @@ source to process the data in any way you like. This program is not supported or endorsed by AREXX in any way. Also, there is no warranty on what it does or does not. However, if you have any bug reports or suggestions, I will be glad to hear them. + +To build the program, you need development packages for libusb-1.0 and librrd +(they are probably called -dev in your system). You might want +to tweak init-arexxd script, which expects that an account called "arexxd" +exists in /etc/passwd. Also, you can customize the correct_point() function +in arexxd.c.