added readline-devel Quagga dependency

This commit is contained in:
ahrenholz 2010-02-10 23:01:54 +00:00
parent 78b79804fb
commit 5f8edec20a

View file

@ -15,7 +15,7 @@ The development snapshot of CORE supports network namespaces for virtualization
# install Fedora 12 or Ubuntu 9.10 (namespace support is built-in!)
# freshen your kernel version using {{{ yum update }}}
# install the packages required to compile CORE:
{{{ yum install autoconf automake bash bridge-utils ebtables gcc libev-devel libtool make pkgconfig python-devel sudo tcl tk urw-fonts xauth xorg-x11-server-utils xterm }}}
{{{ yum install autoconf automake bash bridge-utils ebtables gcc libev-devel libtool make pkgconfig python-devel readline-devel sudo tcl tk urw-fonts xauth xorg-x11-server-utils xterm }}}
# install Quagga; if you are building it from source, you should configure it to use state directories with CORE:
{{{
./configure --enable-user=root --enable-group=root --with-cflags=-ggdb \