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
This commit is contained in:
Uwe Hermann 2007-07-16 20:34:47 +00:00
parent 96a2aac67e
commit ed4d94212c

15
README
View file

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