From b011ae375c308003f20769ade568ea4f4f5d1a96 Mon Sep 17 00:00:00 2001 From: john30 Date: Fri, 20 Mar 2015 23:18:45 +0100 Subject: [PATCH] added kernel/glibc dependencies --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91fc1753..ebe99467 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ The main features of the daemon are: * regularly poll for messages * scan for bus participants * cache all data + * grab unknown messages * log messages and problems to a log file * dump sent/received bytes to the log file * dump received bytes to binary files for later playback/analysis @@ -24,11 +25,13 @@ The main features of the daemon are: Installation ------------ -Building ebusd from the source requires the following packages: +Building ebusd from the source requires the following packages and/or features: * autoconf (>=2.63) * automake (>=1.11) * g++ * make + * kernel with pselect or ppoll support + * glibc with argp support or argp-standalone To start the build process, run these commands: ./autogen.sh