Author: uwe Date: 2007-07-16 22:34:47 +0200 (Mon, 16 Jul 2007) New Revision: 455
Modified: LinuxBIOSv3/README Log: 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
Modified: LinuxBIOSv3/README =================================================================== --- LinuxBIOSv3/README 2007-07-15 21:31:05 UTC (rev 454) +++ LinuxBIOSv3/README 2007-07-16 20:34:47 UTC (rev 455) @@ -39,6 +39,21 @@ * 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 -----------------------