1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-05-04 08:24:11 +00:00

GnuTLS was missing in homebrew instructions

This commit is contained in:
Carles Fernandez 2016-02-13 11:14:01 +01:00
parent e400885800
commit 0eb8537f52

View File

@ -409,7 +409,7 @@ Install Armadillo and dependencies:
$ brew tap homebrew/science $ brew tap homebrew/science
$ brew install cmake hdf5 arpack superlu $ brew install cmake hdf5 arpack superlu
$ brew install armadillo $ brew install armadillo
$ brew install glog gflags $ brew install glog gflags gnutls
~~~~~~ ~~~~~~
#### Build GNSS-SDR #### Build GNSS-SDR