summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-09-21 14:47:41 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-09-21 14:47:41 +0200
commitbf2abe76dfec1ec8e4ae3c6e9c249e099bfebe1b (patch)
treeb5d19ee938fb81140af152e850ed1f39bec8f815 /README.md
parentb536a585cdceb684ccc1f9423a63676e4183f27c (diff)
downloadgnutls-bf2abe76dfec1ec8e4ae3c6e9c249e099bfebe1b.tar.gz
README.md: added build instructions for Fedora/RHEL
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 19 insertions, 7 deletions
diff --git a/README.md b/README.md
index ed6a10464c..6036ad8d37 100644
--- a/README.md
+++ b/README.md
@@ -40,14 +40,20 @@ some hints:
Debian/Ubuntu:
```
apt-get install git-core autoconf libtool gettext autopoint
-apt-get install guile-2.0-dev libtasn1-6-dev
-apt-get install libidn11-dev gawk gperf git2cl
-apt-get install libunbound-dev dns-root-data bison
apt-get install automake autogen nettle-dev libp11-kit-dev
-apt-get install help2man gtk-doc-tools
+apt-get install guile-2.0-dev libtasn1-6-dev libidn11-dev gawk gperf git2cl
+apt-get install libunbound-dev dns-root-data bison help2man gtk-doc-tools
apt-get install texinfo texlive texlive-generic-recommended texlive-extra-utils
```
+Fedora/RHEL:
+```
+yum install git autoconf libtool gettext-devel automake autogen
+yum install automake autogen nettle-devel p11-kit-devel
+yum install guile-devel libtasn1-devel libidn-devel gawk gperf git2cl
+yum install unbound-devel bison help2man gtk-doc texinfo texlive
+```
+
Sometimes, you may need to install more recent versions of Automake,
Nettle, P11-kit and Autogen, which you will need to build from sources.
@@ -62,10 +68,16 @@ and polarssl.
* [softhsm](http://www.opendnssec.org/softhsm/) (for testing smart card support)
* [dieharder](http://www.phy.duke.edu/~rgb/General/dieharder.php) (for testing PRNG)
+Debian/Ubuntu:
+```
+apt-get install valgrind libasan1 nodejs softhsm datefudge
+apt-get install dieharder libpolarssl-runtime openssl
+```
+
+Fedora/RHEL:
```
-apt-get install valgrind libasan1
-apt-get install nodejs softhsm datefudge dieharder
-apt-get install libpolarssl-runtime openssl
+yum install valgrind libasan nodejs softhsm datefudge
+yum install dieharder mbedtls-utils openssl
```