Add Fedora/RHEL/CentOS dependency install info.

This commit is contained in:
Ville Skyttä 2009-09-09 19:03:07 +03:00
parent c31daf26ae
commit 2c82de1a57

View File

@ -10,10 +10,10 @@ The bash-completion test suite is written on top of the http://www.gnu.org/softw
Installing DejaGnu Installing dependencies
------------------ -----------------------
Installing DejaGnu should be easy using your local package manager. Installing dependencies should be easy using your local package manager.
Debian/Ubuntu Debian/Ubuntu
@ -25,6 +25,14 @@ sudo apt-get install dejagnu
------------- -------------
This should also install the necessary `expect` and `tcl` packages. This should also install the necessary `expect` and `tcl` packages.
Fedora/RHEL/CentOS
~~~~~~~~~~~~~~~~~~
On Fedora and RHEL/CentOS (with EPEL) you can use `yum`:
-------------
sudo yum install dejagnu tcllib
-------------
This should also install the necessary `expect` and `tcl` packages.