We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46620d2 commit bba1cc9Copy full SHA for bba1cc9
doc/build/gcc.rst
@@ -51,6 +51,16 @@ Depending on the build targets further packages maybe needed.
51
zypper install bc bison flex gcc libopenssl-devel libSDL2-devel make \
52
ncurses-devel python3-devel python3-pytest swig
53
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
64
Prerequisites
65
-------------
66
0 commit comments