added kernel/glibc dependencies
This commit is contained in:
@@ -15,6 +15,7 @@ The main features of the daemon are:
|
|||||||
* regularly poll for messages
|
* regularly poll for messages
|
||||||
* scan for bus participants
|
* scan for bus participants
|
||||||
* cache all data
|
* cache all data
|
||||||
|
* grab unknown messages
|
||||||
* log messages and problems to a log file
|
* log messages and problems to a log file
|
||||||
* dump sent/received bytes to the log file
|
* dump sent/received bytes to the log file
|
||||||
* dump received bytes to binary files for later playback/analysis
|
* dump received bytes to binary files for later playback/analysis
|
||||||
@@ -24,11 +25,13 @@ The main features of the daemon are:
|
|||||||
Installation
|
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)
|
* autoconf (>=2.63)
|
||||||
* automake (>=1.11)
|
* automake (>=1.11)
|
||||||
* g++
|
* g++
|
||||||
* make
|
* make
|
||||||
|
* kernel with pselect or ppoll support
|
||||||
|
* glibc with argp support or argp-standalone
|
||||||
|
|
||||||
To start the build process, run these commands:
|
To start the build process, run these commands:
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user