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
1 changed files with 3 additions and 3 deletions

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:
```
$ wget https://github.com/tbeu/matio/releases/download/v1.5.21/matio-1.5.21.tar.gz
$ tar xvfz matio-1.5.21.tar.gz
$ cd matio-1.5.21
$ wget https://github.com/tbeu/matio/releases/download/v1.5.22/matio-1.5.22.tar.gz
$ tar xvfz matio-1.5.22.tar.gz
$ cd matio-1.5.22
$ ./configure
$ make
$ sudo make install