From 91036d6fa39fc7beb486bd1167301b16c7b30d4b Mon Sep 17 00:00:00 2001 From: hillct Date: Fri, 29 Nov 2013 11:24:49 -0500 Subject: [PATCH] Add RHEL/Centos buildroot dependency install docs --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3a3eff..3bef184 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,14 @@ kcard-buildroot Buildroot configuration for building a custom rootfs for KeyASIC WifiSD based cards. This does not currently build a kernel, but that is [planned](https://github.com/dankrause/kcard-buildroot/issues/9). Check the [releases](https://github.com/dankrause/kcard-buildroot/releases) section for pre-built images that are ready to use immediately. -To build your own image on Ubuntu derivatives: +To build your own image on Ubuntu/RHEL/Centos derivatives: ```bash # install buildroot dependencies (this list may be incomplete - contributions welcome) +# Using apt-get: sudo apt-get install build-essential bison flex gettext libncurses5-dev texinfo autoconf automake libtool +# OR using Yum: +sudo yum install subversion make gcc ncurses-devel bison flex gawk bc vim-common # download and extract buildroot 2013.08.1 wget http://buildroot.uclibc.org/downloads/buildroot-2013.08.1.tar.bz2