doc: Install bison to support kconfig
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Fri, 4 Aug 2017 09:23:33 +0000 (11:23 +0200)
committerPhilippe Coval <philippe.coval@osg.samsung.com>
Thu, 10 Aug 2017 10:34:59 +0000 (12:34 +0200)
Current kconfig-frontends is not supporting byacc anymore.
Observed issue using byacc (20140715-1):

  kconfig-frontends/kconfig-frontends/libs/parser/yconf.y", syntax error
  %destructor {

Problem has been solved on Ubuntu 16.04.2 (x86_64)
using bison-2:3.0.4.dfsg-1 instead.

Change-Id: I25d53f3d01c1f260b6fa9523ca9442b719862139
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
README.md

index c42bd87..591f8fb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -78,9 +78,9 @@ Please keep in mind that we are actively working on board configurations, and wi
 ## APPENDIX
 ### Kconfig-frontends Installation
 
-1. The *byacc*, *flex*, *gperf* and *libncurses5-dev* packages should be installed.
+1. The *bison* (or byacc if supported), *flex*, *gperf* and *libncurses5-dev* packages should be installed:
 ```bash
-sudo apt-get install byacc flex gperf libncurses5-dev
+sudo apt-get install bison flex gperf libncurses5-dev
 ```
 
 2. Download and untar *kconfig-frontends* package.