diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-09-28 14:34:07 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2021-10-14 10:22:51 +0100 |
commit | ccec150589a177654b9039d21163c36ccff85cff (patch) | |
tree | 3f3a713f7afafcfa67e85680e959a6c7465b108b | |
parent | 0ce723fc8bf6095074562a871b9215d6dea28ab5 (diff) |
README: Add documentation package
When building the documentaion with Doxygen, an error will be
reported if latex can not find the extra packages provided by
texlive-latex-extra.
While this package is optional, document this requirement for
Documentation.
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ for device hotplug enumeration: [optional] libudev-dev for documentation: [optional] - python3-sphinx doxygen graphviz + python3-sphinx doxygen graphviz texlive-latex-extra for gstreamer: [optional] libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev |