From: Bartosz Golaszewski Date: Wed, 18 Jan 2017 10:30:25 +0000 (+0100) Subject: README: add the autoconf version needed to compile the project X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=32c5f1e32b457c9ec9651e9999833686ddd6f6c5;p=qemu-gpiodev%2Flibgpiod.git README: add the autoconf version needed to compile the project Signed-off-by: Bartosz Golaszewski --- diff --git a/README.md b/README.md index 669a4d3..dee8fe7 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ BUILDING This is a pretty standard autotools project. It does not depend on any libraries other than the standard C library with GNU extensions. +The autoconf version needed to compile the project is 2.61. + Recent (as in >= v4.7) kernel headers are also required for the GPIO user API definitions.