mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
doc: add graphviz imagemagick as build dependencies
'make htmldocs' requires graphviz and imagemagick (at least with Sphinx 3.5.4). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
6
doc/build/gcc.rst
vendored
6
doc/build/gcc.rst
vendored
@@ -24,9 +24,9 @@ Depending on the build targets further packages maybe needed
|
||||
.. code-block:: bash
|
||||
|
||||
sudo apt-get install bc bison build-essential coccinelle \
|
||||
device-tree-compiler dfu-util efitools flex gdisk liblz4-tool \
|
||||
libguestfs-tools libncurses-dev libpython3-dev libsdl2-dev libssl-dev \
|
||||
lz4 lzma lzma-alone openssl python3 python3-coverage \
|
||||
device-tree-compiler dfu-util efitools flex gdisk graphviz imagemagick \
|
||||
liblz4-tool libguestfs-tools libncurses-dev libpython3-dev libsdl2-dev \
|
||||
libssl-dev lz4 lzma lzma-alone openssl python3 python3-coverage \
|
||||
python3-pycryptodome python3-pyelftools python3-pytest \
|
||||
python3-sphinxcontrib.apidoc python3-sphinx-rtd-theme python3-virtualenv \
|
||||
swig
|
||||
|
Reference in New Issue
Block a user