Skip to content

Commit bba1cc9

Browse files
committed
doc: Building on Alpine Linux
Describe the required packages for building U-Boot on Alpine Linux Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
1 parent 46620d2 commit bba1cc9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/build/gcc.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ Depending on the build targets further packages maybe needed.
5151
zypper install bc bison flex gcc libopenssl-devel libSDL2-devel make \
5252
ncurses-devel python3-devel python3-pytest swig
5353
54+
Alpine Linux
55+
~~~~~~~~~~~~
56+
57+
For building U-Boot on Alpine Linux at least the following packages are needed:
58+
59+
.. code-block:: bash
60+
61+
apk add alpine-sdk bc bison dtc flex linux-headers ncurses-dev \
62+
openssl-dev python3 py3-setuptools python3-dev sdl2
63+
5464
Prerequisites
5565
-------------
5666

0 commit comments

Comments
 (0)