1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-27 14:48:24 +00:00

Update matio version to 1.5.22 in README.md file

This commit is contained in:
Carles Fernandez 2022-03-27 00:47:05 +01:00
parent 7267e0067b
commit 102098d26e
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -470,9 +470,9 @@ your GNU/Linux distribution, GNSS-SDR can also work well with OpenSSL.
#### Install [Matio](https://github.com/tbeu/matio "Matio's Homepage"), MATLAB MAT file I/O library: #### Install [Matio](https://github.com/tbeu/matio "Matio's Homepage"), MATLAB MAT file I/O library:
``` ```
$ wget https://github.com/tbeu/matio/releases/download/v1.5.21/matio-1.5.21.tar.gz $ wget https://github.com/tbeu/matio/releases/download/v1.5.22/matio-1.5.22.tar.gz
$ tar xvfz matio-1.5.21.tar.gz $ tar xvfz matio-1.5.22.tar.gz
$ cd matio-1.5.21 $ cd matio-1.5.22
$ ./configure $ ./configure
$ make $ make
$ sudo make install $ sudo make install