From 05e2c64106ffa6828b162ca9c7d1df05e27669bb Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Tue, 15 Sep 2015 11:26:30 +0200 Subject: [PATCH] Update dependency info --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e89334ffa..f04f7535d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ $ sudo apt-get install build-essential cmake git libboost-dev libboost-date-time libboost-system-dev libboost-filesystem-dev libboost-thread-dev libboost-chrono-dev \ libboost-serialization-dev libboost-program-options-dev libboost-test-dev \ liblog4cpp5-dev libuhd-dev gnuradio-dev gr-osmosdr libblas-dev liblapack-dev \ - libarmadillo-dev libgflags-dev libgoogle-glog-dev libgnutls28-dev libgtest-dev + libarmadillo-dev libgflags-dev libgoogle-glog-dev libgnutls-openssl-dev libgtest-dev ~~~~~~ Once you have installed these packages, you can jump directly to [how to download the source code and build GNSS-SDR](#download-and-build-linux). Alternatively, if you need to manually install those libraries, please keep reading. @@ -157,8 +157,8 @@ changing /home/username/gtest-1.7.0 by the actual directory where you downloaded #### Install the [GnuTLS library](http://www.gnutls.org/ "GnuTLS's Homepage"): ~~~~~~ -$ sudo apt-get install libgnutls28-dev # For Debian/Ubuntu/LinuxMint -$ sudo yum install gnutls-devel # For Fedora/CentOS/RHEL +$ sudo apt-get install libgnutls-openssl-dev # For Debian/Ubuntu/LinuxMint +$ sudo yum install libgnutls-openssl-devel # For Fedora/CentOS/RHEL ~~~~~~