added cmake and C++11 hint

This commit is contained in:
john30
2017-01-31 08:09:44 +01:00
parent 81866b7932
commit 1d1ce2e7cd
+2 -3
View File
@@ -37,9 +37,8 @@ Either pick the latest release package suitable for your system
(see https://github.com/john30/ebusd/releases/latest) or build it yourself. (see https://github.com/john30/ebusd/releases/latest) or build it yourself.
Building ebusd from the source requires the following packages and/or features: Building ebusd from the source requires the following packages and/or features:
* autoconf (>=2.63) * autoconf (>=2.63) + automake (>=1.11) or cmake
* automake (>=1.11) * g++ with C++11 support (>=4.8.1)
* g++
* make * make
* kernel with pselect or ppoll support * kernel with pselect or ppoll support
* glibc with argp support or argp-standalone * glibc with argp support or argp-standalone