ncurses is only a requirement for make menuconfig, not for Kconfig in general.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5037 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
81d5b0ca30
commit
6acc0a1795
2
README
2
README
|
@ -36,13 +36,13 @@ Build Requirements
|
||||||
* make
|
* make
|
||||||
* python
|
* python
|
||||||
* perl
|
* perl
|
||||||
* ncurses
|
|
||||||
|
|
||||||
Optional:
|
Optional:
|
||||||
|
|
||||||
* doxygen (for generating/viewing documentation)
|
* doxygen (for generating/viewing documentation)
|
||||||
* iasl (for targets with ACPI support)
|
* iasl (for targets with ACPI support)
|
||||||
* gdb (for better debugging facilities on some targets)
|
* gdb (for better debugging facilities on some targets)
|
||||||
|
* ncurses (for 'make menuconfig')
|
||||||
|
|
||||||
|
|
||||||
Building coreboot
|
Building coreboot
|
||||||
|
|
Loading…
Reference in New Issue