From b8aa448a68fd9ed13a90e904c0fc28c6e378d5ac Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 18 Nov 2021 07:23:15 +0000 Subject: [PATCH] mention other dependency build scripts, for distros --- site/docs/build/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/site/docs/build/index.md b/site/docs/build/index.md index 68f751c..35781c5 100644 --- a/site/docs/build/index.md +++ b/site/docs/build/index.md @@ -74,6 +74,14 @@ Ubuntu or similar distribution (Debian, Trisquel, etc) you can do this: sudo make install-dependencies-ubuntu +One exists specifically for Debian: + + sudo make install-dependencies-debian + +Another exists for Arch: + + sudo make install-dependencies-arch + Now, simply build the coreboot images like so: make @@ -124,6 +132,12 @@ Debian): sudo ./build dependencies ubuntu2004 +Separate scripts also exist: + + sudo ./build dependencies debian + + sudo ./build dependencies arch + Technically, any GNU+Linux distribution can be used to build Libreboot. However, you will have to write your own script for installing build dependencies.