Re: Installing from source for CentOs 7

2020-12-09 Thread Ivan Iudice
Try compiling release 3.8 with Fedora’s dependencies. It should work. Ivan > Il giorno 9 dic 2020, alle ore 08:39, T White ha scritto: > >  > I installed the binary for CentOs previously which is for version 3.7.11, > however, none of the Qt gui options installed by default even though I > i

Re: Installing from source for CentOs 7

2020-12-08 Thread T White
I installed the binary for CentOs previously which is for version 3.7.11, however, none of the Qt gui options installed by default even though I installed the dependencies needed. Any ideas on this issue? Tellrell On Wed, Dec 9, 2020 at 2:24 AM Ivan Iudice wrote: > Hello, > why are you trying t

Re: Installing from source for CentOs 7

2020-12-08 Thread Ivan Iudice
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

Installing from source for CentOs 7

2020-12-08 Thread T White
Hello The link below doesn't seem to provide any specific instructions for CentOs to build from source, namely, dependencies, etc. Any guidance here? https://wiki.gnuradio.org/index.php/InstallingGR#Linux Tellrell White