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

Update instructions for Rocky Linux

This commit is contained in:
Carles Fernandez
2025-07-28 19:01:35 +02:00
parent 9a48118759
commit ce8d27e7d3

View File

@@ -270,15 +270,15 @@ Once you have installed these packages, you can jump directly to
#### Rocky Linux #### Rocky Linux
If you are using Rocky Linux: If you are using Rocky Linux 9 or newer:
``` ```
$ dnf install -y 'dnf-command(config-manager)' $ dnf update -y
$ dnf config-manager --set-enabled powertools $ dnf install -y epel-release
$ yum install -y epel-release $ dnf config-manager --set-enabled crb
$ yum install -y make gcc gcc-c++ kernel-devel cmake git boost-devel \ $ dnf install -y make gcc gcc-c++ kernel-devel cmake git boost-devel \
boost-date-time boost-system boost-thread boost-chrono boost-serialization \ boost-date-time boost-system boost-thread boost-chrono boost-serialization \
log4cpp-devel gmp-devel uhd-devel gnuradio-devel pugixml-devel matio-devel \ spdlog-devel gmp-devel uhd-devel gnuradio-devel pugixml-devel matio-devel \
protobuf-devel glog-devel libpcap-devel blas-devel lapack-devel \ protobuf-devel glog-devel libpcap-devel blas-devel lapack-devel \
armadillo-devel openssl-devel python3-mako libarchive armadillo-devel openssl-devel python3-mako libarchive
``` ```
@@ -295,9 +295,9 @@ $ sudo apt install libblas-dev liblapack-dev # For Debian/Ubuntu/LinuxMint
$ sudo yum install lapack-devel blas-devel # For Fedora/RHEL $ sudo yum install lapack-devel blas-devel # For Fedora/RHEL
$ sudo zypper install lapack-devel blas-devel # For OpenSUSE $ sudo zypper install lapack-devel blas-devel # For OpenSUSE
$ sudo pacman -S blas lapack # For Arch Linux $ sudo pacman -S blas lapack # For Arch Linux
$ wget https://sourceforge.net/projects/arma/files/armadillo-14.6.0.tar.xz $ wget https://sourceforge.net/projects/arma/files/armadillo-14.6.1.tar.xz
$ tar xvfz armadillo-14.6.0.tar.xz $ tar xvfz armadillo-14.6.1.tar.xz
$ cd armadillo-14.6.0 $ cd armadillo-14.6.1
$ cmake . $ cmake .
$ make $ make
$ sudo make install $ sudo make install