mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
doc: fix description of build dependencies for Alpine Linux
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
8699af63b8
commit
3280eaad18
1 changed files with 1 additions and 1 deletions
2
doc/build/gcc.rst
vendored
2
doc/build/gcc.rst
vendored
|
@ -59,7 +59,7 @@ For building U-Boot on Alpine Linux at least the following packages are needed:
|
|||
.. code-block:: bash
|
||||
|
||||
apk add alpine-sdk bc bison dtc flex linux-headers ncurses-dev \
|
||||
openssl-dev python3 py3-setuptools python3-dev sdl2
|
||||
openssl-dev perl python3 py3-setuptools python3-dev sdl2-dev
|
||||
|
||||
Prerequisites
|
||||
-------------
|
||||
|
|
Loading…
Reference in a new issue