1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-04-07 19:26:46 +00:00
This commit is contained in:
Carles Fernandez 2025-02-13 13:19:00 +01:00
parent 7615ac48ab
commit a6daa5ad7e
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -475,7 +475,7 @@ For more options, please check the
#### Install [Pugixml](https://pugixml.org/ "Pugixml's Homepage"), a light-weight C++ XML processing library
```
$ wget https://github.com/zeux/pugixml/releases/download/v1.14/pugixml-1.15.tar.gz
$ wget https://github.com/zeux/pugixml/releases/download/v1.15/pugixml-1.15.tar.gz
$ tar xvfz pugixml-1.15.tar.gz
$ cd pugixml-1.15
$ mkdir build && cd build