Fix the Readme about Kconfig-frontend Installation explanation
authorjc_.kim <jc_.kim@samsung.com>
Fri, 28 Jul 2017 00:34:46 +0000 (09:34 +0900)
committerjc_.kim <jc_.kim@samsung.com>
Fri, 28 Jul 2017 00:34:46 +0000 (09:34 +0900)
README.md

index 70efa1e..c42bd87 100644 (file)
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ Please keep in mind that we are actively working on board configurations, and wi
 ## APPENDIX
 ### Kconfig-frontends Installation
 
-1. The *gperf* and *libncurses5-dev* packages should be installed.
+1. The *byacc*, *flex*, *gperf* and *libncurses5-dev* packages should be installed.
 ```bash
 sudo apt-get install byacc flex gperf libncurses5-dev
 ```