mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
96a2aac67e
commit
ed4d94212c
1 changed files with 15 additions and 0 deletions
15
README
15
README
|
@ -39,6 +39,21 @@ For details please consult:
|
||||||
* http://www.linuxbios.org/Supported_Chipsets_and_Devices
|
* 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
|
Building And Installing
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue