From df56450e96bf9906f88aa06a410ac67cf59a95e1 Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Tue, 26 Jul 2022 20:32:46 +0200 Subject: [PATCH] doc/guide/install: add a note for libgpiod --- doc/guide/install.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guide/install.rst b/doc/guide/install.rst index ad7e76328b..bcb4f1194c 100644 --- a/doc/guide/install.rst +++ b/doc/guide/install.rst @@ -85,6 +85,14 @@ You may also need to add this if you see link errors between ``libusb`` and ``pt -DLINK_CMAKE_THREADS=ON +By default, ``libgpiod`` support is enabled +If you don't want this option, use: + +.. code-block:: bash + + -DENABLE_LIBGPIOD=OFF + +Additionnaly you have to install ``libgpiod`` To build the app: