From d0f505d135f915cc6cee5c3d3c77a11eb2c8d57b Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Sat, 25 Jan 2020 19:20:51 +0100 Subject: [PATCH] README: remove the reference to v4.8 kernel headers The project now depends on v5.5 kernel headers to build. Drop the reference to v4.8 headers and instead refer readers to the contents of configure.ac for the exact required version. Signed-off-by: Bartosz Golaszewski --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 309680a..5d29157 100644 --- a/README +++ b/README @@ -32,8 +32,9 @@ 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.8) kernel headers are also required for the GPIO user -API definitions. +Recent kernel headers are also required for the GPIO user API definitions. For +the exact version of kernel headers required, please refer to the configure.ac +contents. To build the project (including command-line utilities) run: -- 2.30.2