diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-09-21 14:47:41 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-09-21 14:47:41 +0200 |
commit | bf2abe76dfec1ec8e4ae3c6e9c249e099bfebe1b (patch) | |
tree | b5d19ee938fb81140af152e850ed1f39bec8f815 /README.md | |
parent | b536a585cdceb684ccc1f9423a63676e4183f27c (diff) | |
download | gnutls-bf2abe76dfec1ec8e4ae3c6e9c249e099bfebe1b.tar.gz |
README.md: added build instructions for Fedora/RHEL
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 19 insertions, 7 deletions
@@ -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 ``` |