discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installing from source for CentOs 7


From: Ivan Iudice
Subject: Re: Installing from source for CentOs 7
Date: Wed, 9 Dec 2020 08:24:30 +0100

Hello,
why are you trying to install from source? Are you playing with some dependencies?
You can find gnuradio 3.7 in the EPEL repository of centos 7, then is quite simple to install dependencies only:

yum deplist gnuradio| awk '/provider:/ {print $2}' | sort -u |
  xargs yum -y install
If you need latest stable release (3.8), try using dependencies for Fedora... Or upgrade to centos 8! ;)

Have a good day.

Ivan

Il giorno 9 dic 2020, alle ore 07:51, T White <rell320@gmail.com> ha scritto:


Hello
The link below doesn't seem to provide any specific instructions for CentOs to build from source, namely, dependencies, etc. Any guidance here?


Tellrell White



reply via email to

[Prev in Thread] Current Thread [Next in Thread]