summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-07-16 20:34:47 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-07-16 20:34:47 +0000
commited4d94212ca0e3f77c0ea790f35c4ccab7d5654d (patch)
treeb0801cf291024fd8cff27148b457f80febfee1b6 /README
parent96a2aac67ecdd15f9c5bf7cca277059415d98d0c (diff)
downloadcoreboot-ed4d94212ca0e3f77c0ea790f35c4ccab7d5654d.tar.gz
coreboot-ed4d94212ca0e3f77c0ea790f35c4ccab7d5654d.tar.bz2
coreboot-ed4d94212ca0e3f77c0ea790f35c4ccab7d5654d.zip
Document the build requirements for LinuxBIOSv3 (trivial).
The build fails miserably (and with a highly confusing error message) if bison and/or flex are missing, so make sure it's documented you need them. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@455 f3766cd6-281f-0410-b1cd-43a5c92072e9
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index c30fc19585fe..ef855ccdf46f 100644
--- a/README
+++ b/README
@@ -39,6 +39,21 @@ For details please consult:
* http://www.linuxbios.org/Supported_Chipsets_and_Devices
+Build Requirements
+------------------
+
+ * gcc / g++
+ * make
+ * bison
+ * flex
+ * libncurses5-dev
+
+Optional (for generating/viewing documentation):
+
+ * lyx
+ * doxygen
+
+
Building And Installing
-----------------------