From ed4d94212ca0e3f77c0ea790f35c4ccab7d5654d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 16 Jul 2007 20:34:47 +0000 Subject: [PATCH] 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 Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@455 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README b/README index c30fc19585..ef855ccdf4 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 -----------------------