From 1d1ce2e7cd96034bb5fb2f117256c30c21030b0f Mon Sep 17 00:00:00 2001 From: john30 Date: Tue, 31 Jan 2017 08:09:44 +0100 Subject: [PATCH] added cmake and C++11 hint --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d929870..50887054 100644 --- a/README.md +++ b/README.md @@ -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. Building ebusd from the source requires the following packages and/or features: - * autoconf (>=2.63) - * automake (>=1.11) - * g++ + * autoconf (>=2.63) + automake (>=1.11) or cmake + * g++ with C++11 support (>=4.8.1) * make * kernel with pselect or ppoll support * glibc with argp support or argp-standalone