From 769896c18a2c8bd4185bb4c1a4eca614d6818fdc Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 1 Feb 2015 12:50:29 +0000 Subject: docs/git/index.html: Say that the build dependencies are for src --- docs/git/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/git/index.html b/docs/git/index.html index 8412c760..02420fe6 100644 --- a/docs/git/index.html +++ b/docs/git/index.html @@ -47,7 +47,10 @@

Install build dependencies

- Before doing anything, you need the dependencies first. + Before doing anything, you need the dependencies first. This is true if + you want to build libreboot from source, with either libreboot_src.tar.xz or git. + If you are using libreboot_bin.tar.xz (binary archive) then you can ignore this, because + ROM images and statically compiled executables for the utilities are included.