Skip to content

Commit

Permalink
doc: Building on Alpine Linux
Browse files Browse the repository at this point in the history
Describe the required packages for building U-Boot on Alpine Linux

Signed-off-by: Heinrich Schuchardt <[email protected]>
  • Loading branch information
xypron committed Jan 15, 2022
1 parent 46620d2 commit bba1cc9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/build/gcc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@ Depending on the build targets further packages maybe needed.
zypper install bc bison flex gcc libopenssl-devel libSDL2-devel make \
ncurses-devel python3-devel python3-pytest swig
Alpine Linux
~~~~~~~~~~~~

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
Prerequisites
-------------

Expand Down

0 comments on commit bba1cc9

Please sign in to comment.