Skip to content

Commit

Permalink
doc/guide/install: add a note for libgpiod
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Jul 26, 2022
1 parent 51628c3 commit df56450
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/guide/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit df56450

Please sign in to comment.