Hi All,
I just reformatted and installed Fedora 12 and did yum update, an hour
later, got GnuRadio from git.
The only problem I run into was libboost. By doing yum install boost
boost-devel all was sorted out in a few minutes and GnuRadio connection
to USRP workin’
At the moment my boost is 3.9 (and then some)
NOTICE: I did not have to fiddle with any paths at this point.
The README is very helpful in the gnuradio folder
Perhaps for GnuRadio fedora users in the wiki, yum install boost
boost-devel could be added?
Regrads,
Patrik
On 05/08/2010 05:28 PM, Patrik T. wrote:
The README is very helpful in the gnuradio folder
Perhaps for GnuRadio fedora users in the wiki, yum install boost
boost-devel could be added?
Regrads,
Patrik
If you follow the instructions here, you should be able to do a
“./bootstrap; ./configure; make” afterwards
http://gnuradio.org/redmine/wiki/gnuradio/FedoraInstall
There is one typo in those instructions:
yum install PyQT http://gnuradio.org/redmine/wiki/gnuradio/PyQT4-devel
qwt-devel qwtplot3d-qt4-devel
should be:
yum install PyQt http://gnuradio.org/redmine/wiki/gnuradio/PyQT4-devel
qwt-devel qwtplot3d-qt4-devel
(Note the capitalization for PyQt4)
On Sat, May 8, 2010 at 8:05 PM, Marcus D. Leech [email protected]
wrote:
There is one typo in those instructions:
yum install PyQT4-devel qwt-devel qwtplot3d-qt4-devel
should be:
yum install PyQt4-devel qwt-devel qwtplot3d-qt4-devel
(Note the capitalization for PyQt4)
Thanks, Marcus. I fixed the typo on the Wiki.
Tom
Hi Eric,
Typo there in the boost version, the one I got from the F12 yum repo is
1.39.0.
Usually I build boost from source and use the —prefix when configuring
but
this time I decided to try getting it from the yum repo.
In my case buy running ‘yum install boost boost-devel’ GnuRadio compiled
and
run.
If somebody can also verify my doing it would be useful (make the
configure
process easier) by adding
line ‘yum install boost boost-devel’ to topic ‘GnuRadio from tarball’
Patrik (…I know my SWEnglish is terrible…)
----- Original Message -----
From: “Eric B.” [email protected]
To: “Patrik T.” [email protected]
Cc: [email protected]
Sent: Monday, May 10, 2010 6:38
Subject: Re: [Discuss-gnuradio] Fedora 12 install
On Sun, May 09, 2010 at 12:28:19AM +0300, Patrik T. wrote:
Hi All,
I just reformatted and installed Fedora 12 and did yum update, an hour later, got GnuRadio from git.
The only problem I run into was libboost. By doing yum install boost boost-devel all was sorted out in a few minutes and GnuRadio connection to USRP workin’
At the moment my boost is 3.9 (and then some)
Boost version numbers look something like 1.42.0. I’m not sure what
you mean by 3.9
NOTICE: I did not have to fiddle with any paths at this point.
The README is very helpful in the gnuradio folder
Perhaps for GnuRadio fedora users in the wiki, yum install boost boost-devel could be added?
It’s been in there since at least 2008:
http://gnuradio.org/redmine/wiki/gnuradio/FedoraInstall
Eric