From: Bartosz Golaszewski Date: Sat, 21 Apr 2018 13:31:30 +0000 (+0200) Subject: README: add info about building from release tarballs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ca374fab32d9c03e5537b3da2023ae1c5e534ccb;p=qemu-gpiodev%2Flibgpiod.git README: add info about building from release tarballs There's no need to use autogen.sh if building from release tarballs as the configure script is already provided. Only git builds need autoreconf. Signed-off-by: Bartosz Golaszewski --- diff --git a/README b/README index 6309a49..dae812a 100644 --- a/README +++ b/README @@ -44,6 +44,9 @@ To build the project (including command-line utilities) run: The autogen script will execute ./configure and pass all the command-line arguments to it. +If building from release tarballs, the configure script is already provided and +there's no need to invoke autogen.sh. + TOOLS -----