mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-12-01 06:08:08 +00:00
Replace apt-get by apt
This commit is contained in:
@@ -154,7 +154,7 @@ else()
|
||||
elseif(${LINUX_DISTRIBUTION} MATCHES "openSUSE")
|
||||
message(STATUS " sudo zypper install libboost_iostreams-devel")
|
||||
else()
|
||||
message(STATUS " sudo apt-get install libboost-iostreams-dev")
|
||||
message(STATUS " sudo apt install libboost-iostreams-dev")
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
@@ -32,7 +32,7 @@ The building requires two extra dependencies: the Boost Iostreams library and
|
||||
the program `uncompress`:
|
||||
|
||||
- The Boost Iostreams library can be installed through a package:
|
||||
- In Debian / Ubuntu: `sudo apt-get install libboost-iostreams-dev`
|
||||
- In Debian / Ubuntu: `sudo apt install libboost-iostreams-dev`
|
||||
- In Fedora / CentOS: `sudo yum install boost-iostreams`
|
||||
- In OpenSUSE: `sudo zypper install libboost_iostreams-devel`
|
||||
- In Arch Linux: included in `boost-libs` package.
|
||||
|
||||
Reference in New Issue
Block a user