瀏覽代碼

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>
Heinrich Schuchardt 2 年之前
父節點
當前提交
bba1cc9b8c
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      doc/build/gcc.rst

+ 10 - 0
doc/build/gcc.rst

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