ncurses is only a requirement for make menuconfig, not for Kconfig in general.
authorStefan Reinauer <stepan@coresystems.de>
Mon, 18 Jan 2010 12:01:10 +0000 (12:01 +0000)
committerStefan Reinauer <stepan@openbios.org>
Mon, 18 Jan 2010 12:01:10 +0000 (12:01 +0000)
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

README

diff --git a/README b/README
index 6f0e79c57a0bc2d0de0027776cc122ae53b75f52..81a3f14444107b8e3c8856b9cee63f230d722da4 100644 (file)
--- a/README
+++ b/README
@@ -36,13 +36,13 @@ Build Requirements
  * make
  * python
  * perl
- * ncurses
 
 Optional:
 
  * doxygen (for generating/viewing documentation)
  * iasl (for targets with ACPI support)
  * gdb (for better debugging facilities on some targets)
+ * ncurses (for 'make menuconfig')
 
 
 Building coreboot