[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gnuradio-discuss
Subject:    Re: [Discuss-gnuradio] RNURadio Installation on Fedora19 (USRP N200)
From:       Sebastian_Müller <gsenpo () gmail ! com>
Date:       2016-03-31 18:12:42
Message-ID: CANtGXdc9pzB80ff26C3MaRLTmMY5dfXMQGHJPOHU9uD3B9=m=Q () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi Kumar,

I installed GNU Radio 3.7.9.1 today successfully with the build-gnuradio
script form Marcus Leech on a Fedora 23 machine. Try using the steps
mentioned on
https://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGRFromSource#Using-the-build-gnuradio-script
                
.

Are there any specific problems that occur during installation? Or are you
just trying to get an overview of the installation methods?

Regards,
Sebastian

*Sebastian Müller*
*Gerwigstr. 15*
*76131 Karlsruhe*

0721 91569088
0176 55197953
gsenpo@gmail.com

2016-03-31 19:29 GMT+02:00 Kumar Rupesh (Rennes) <
Rupesh.Kumar@technicolor.com>:

> Hello Marcus,
> 
> This is something I received from the GNU support but since I have
> Fedora19. So trying to find out any other way to install.
> 
> There are so many different way to install which makes me more confused.
> If you suggest me some something else, right now I am using Leech's script,
> then I would remain thankful.
> 
> 
> 
> Thanks,
> 
> Rupesh
> 
> 
> 
> 
> 
> *From:* discuss-gnuradio-bounces+rupesh.kumar=technicolor.com@gnu.org
> [mailto:discuss-gnuradio-bounces+rupesh.kumar=technicolor.com@gnu.org] *On
> Behalf Of *Marcus Müller
> *Sent:* Thursday, March 31, 2016 7:23 PM
> *To:* discuss-gnuradio@gnu.org
> *Subject:* Re: [Discuss-gnuradio] RNURadio Installation on Fedora19 (USRP
> N200)
> 
> 
> 
> Hi Rupesh,
> 
> I'm highly confused: you say you're trying to install GNU Radio on Fedora
> 19, but then describe the process for Ubuntu 14.04.3. What is it?
> 
> Best regards,
> Marcus
> 
> On 31.03.2016 18:46, Marcus D. Leech wrote:
> 
> On 03/31/2016 12:27 PM, Kumar Rupesh (Rennes) wrote:
> 
> I want to install GNURadio on Fedora19.  I have USRP N200.
> 
> Please let me know how to do this.  I am trying to build a FMCW RADAR
> receiver (USRP N200), please suggest if there is some module which I can
> use.
> 
> A.      I have following steps:
> 
> 1. Start with a brand-new virgin Ubuntu 14.04.3 (64-bit) installation.
> Make sure that the USRP is disconnected.
> 
> 2. Once Ubuntu is installed, run the Software Updater, and download and
> install any updates. You can do this from the command line with:
> sudo apt-get update
> 
> 3. Install the necessary dependencies by running:
> sudo apt-get install pv
> sudo apt-get install git
> sudo apt-get install qgit
> sudo apt-get install swig
> sudo apt-get install cmake
> sudo apt-get install cmake-gui
> sudo apt-get install tree
> sudo apt-get install htop
> sudo apt-get install doxygen
> sudo apt-get install graphviz
> sudo apt-get install libtool
> sudo apt-get install libusb-1.0-0
> sudo apt-get install libusb-1.0-0-dev
> sudo apt-get install libudev-dev
> sudo apt-get install libboost-all-dev
> sudo apt-get install libncurses5-dev
> sudo apt-get install libfftw3-bin libfftw3-dev libfftw3-doc
> sudo apt-get install libcppunit-1.13-0 libcppunit-dev libcppunit-doc
> sudo apt-get install ncurses-bin
> sudo apt-get install cpufrequtils
> sudo apt-get install build-essential
> sudo apt-get install python-opengl
> sudo apt-get install python-pyudev
> sudo apt-get install python-docutils
> sudo apt-get install python-cheetah
> sudo apt-get install python-zmq
> sudo apt-get install python-mako
> sudo apt-get install python-numpy
> sudo apt-get install python-numpy-doc
> sudo apt-get install python-numpy-dbg
> sudo apt-get install python-scipy
> sudo apt-get install python-qt4
> sudo apt-get install python-qt4-doc
> sudo apt-get install qt4-doc
> sudo apt-get install python-gtk2 python-gtk2-dbg python-gtk2-dev
> python-gtk2-doc python-gtk2-tutorial
> sudo apt-get install gsl-bin gsl-ref-html gsl-ref-psdoc gsl-doc-info
> gsl-doc-pdf libgsl0-dbg libgsl0-dev libgsl0ldbl
> sudo apt-get install python-wxgtk2.8 python-wxgtk2.8-dbg python-wxtools
> sudo apt-get install python-lxml python-lxml-dbg python-lxml-doc
> sudo apt-get install python-qt4 python-qt4-dbg python-qt4-dev
> python-qt4-doc python-qt4-sql python-qt4-sql-dbg
> sudo apt-get install libqwt5-qt4 libqwt5-qt4-dev libqwt5-doc
> python-qwt5-qt4 python-qwt5-doc python-guiqwt
> sudo apt-get install liblog4c3 liblog4c-doc liblog4c-dev
> liblog4cplus-1.0-4 liblog4cplus-dbg liblog4cplus-dev liblog4cpp5
> liblog4cpp5-dev liblog4cpp-doc
> sudo apt-get install libsdl1.2debian libsdl1.2-dev libsdl1.2-dbg
> libsdl-image1.2 libsdl-image1.2-dbg libsdl-image1.2-dev libsdl-mixer1.2
> libsdl-mixer1.2-dbg libsdl-mixer1.2-dev libsdl-net1.2 libsdl-net1.2-dbg
> libsdl-net1.2-dev libsdl-sound1.2 libsdl-sound1.2-dev
> sudo apt-get install libzmq3 libzmq3-dev libzmqpp3 libzmqpp-dev
> 
> 4. Upgrade the kernel to version 3.16 by running:
> sudo apt-get install linux-generic-lts-utopic
> 
> 5. Reboot the system.
> 
> 6. Download, build, and install UHD 3.9.2:
> cd $HOME
> mkdir workarea-uhd
> cd workarea-uhd
> git clone https://github.com/EttusResearch/uhd
> cd uhd
> git checkout release_003_009_002
> cd host
> mkdir build
> cd build
> cmake ../
> make
> make test
> sudo make install
> sudo ldconfig
> 
> 7. Add the line below to the end of your $HOME/.bashrc file:
> export LD_LIBRARY_PATH=/usr/local/lib
> -or-
> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
> 
> 8. Install GNU Radio 3.7.9:
> cd $HOME
> mkdir workarea-gr
> cd workarea-gr
> git clone --recursive https://github.com/gnuradio/gnuradio
> cd gnuradio
> git checkout v3.7.9
> mkdir build
> cd build
> cmake ../
> make
> make test
> sudo make install
> sudo ldconfig
> 
> 
> 
> B.      Leech's script: http://www.sbrac.org/files/build-gnuradio
> 
> 
> 
> C.      Which is the best way to do?
> 
> 
> 
> Thanks,
> 
> Rupesh
> 
> 
> 
> build-gnuradio and PyBombs are the two recommended methods for a
> source-based install.
> 
> 
> 
> 
> 
> 
> _______________________________________________
> 
> Discuss-gnuradio mailing list
> 
> Discuss-gnuradio@gnu.org
> 
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 


[Attachment #5 (text/html)]

<div dir="ltr">Hi Kumar,<div><br></div><div>I installed GNU Radio 3.7.9.1 today \
successfully with the build-gnuradio script form Marcus Leech on a Fedora 23 machine. \
Try using the steps mentioned on</div><div><a \
href="https://gnuradio.org/redmine/projects/gnuradio/wiki/InstallingGRFromSource#Using \
-the-build-gnuradio-script">https://gnuradio.org/redmine/projects/gnuradio/wiki/Instal \
lingGRFromSource#Using-the-build-gnuradio-script</a>.</div><div><br></div><div>Are \
there any specific problems that occur during installation? Or are you just trying to \
get an overview of the installation \
methods?</div><div><br></div><div>Regards,</div><div>Sebastian</div></div><div \
class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><font \
size="1"><b>Sebastian Müller</b></font><div><font size="1"><b>Gerwigstr. \
15</b></font></div><div><font size="1"><b>76131 Karlsruhe</b></font></div><div><font \
size="1"><br></font></div><div><font size="1">0721 91569088</font></div><div><font \
size="1">0176 55197953</font></div><div><font size="1"><a \
href="mailto:gsenpo@gmail.com" \
target="_blank">gsenpo@gmail.com</a></font></div></div></div> <br><div \
class="gmail_quote">2016-03-31 19:29 GMT+02:00 Kumar Rupesh (Rennes) <span \
dir="ltr">&lt;<a href="mailto:Rupesh.Kumar@technicolor.com" \
target="_blank">Rupesh.Kumar@technicolor.com</a>&gt;</span>:<br><blockquote \
class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc \
solid;padding-left:1ex">





<div bgcolor="white" lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal"><span style="color:#1f497d">Hello \
Marcus,<u></u><u></u></span></p> <p class="MsoNormal"><span \
style="color:#1f497d">This is something I received from the GNU support but since I \
have Fedora19. So trying to find out any other way to \
install.<u></u><u></u></span></p> <p class="MsoNormal"><span \
style="color:#1f497d">There are so many different way to install which makes me more \
confused. If you suggest me some something else, right now I am using Leech's script, \
then I would remain thankful.<u></u><u></u></span></p> <p class="MsoNormal"><span \
style="color:#1f497d"><u></u>  <u></u></span></p> <p class="MsoNormal"><span \
style="color:#1f497d">Thanks,<u></u><u></u></span></p> <p class="MsoNormal"><span \
style="color:#1f497d">Rupesh<u></u><u></u></span></p> <p class="MsoNormal"><span \
style="color:#1f497d"><u></u>  <u></u></span></p> <p class="MsoNormal"><span \
style="color:#1f497d"><u></u>  <u></u></span></p> <div>
<div style="border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span \
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:windowtext">From:</span></b><span \
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:windowtext"> \
discuss-gnuradio-bounces+rupesh.kumar=<a href="mailto:technicolor.com@gnu.org" \
target="_blank">technicolor.com@gnu.org</a>  [mailto:<a \
href="mailto:discuss-gnuradio-bounces%2Brupesh.kumar" \
target="_blank">discuss-gnuradio-bounces+rupesh.kumar</a>=<a \
href="mailto:technicolor.com@gnu.org" target="_blank">technicolor.com@gnu.org</a>] \
<b>On Behalf Of </b>Marcus Müller<br>
<b>Sent:</b> Thursday, March 31, 2016 7:23 PM<br>
<b>To:</b> <a href="mailto:discuss-gnuradio@gnu.org" \
target="_blank">discuss-gnuradio@gnu.org</a><br> <b>Subject:</b> Re: \
[Discuss-gnuradio] RNURadio Installation on Fedora19 (USRP \
N200)<u></u><u></u></span></p> </div>
</div><div><div class="h5">
<p class="MsoNormal"><u></u>  <u></u></p>
<p class="MsoNormal">Hi Rupesh,<br>
<br>
I&#39;m highly confused: you say you&#39;re trying to install GNU Radio on Fedora 19, \
but then describe the process for Ubuntu 14.04.3. What is it?<br> <br>
Best regards,<br>
Marcus<u></u><u></u></p>
<div>
<p class="MsoNormal">On 31.03.2016 18:46, Marcus D. Leech wrote:<u></u><u></u></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<p class="MsoNormal">On 03/31/2016 12:27 PM, Kumar Rupesh (Rennes) \
wrote:<u></u><u></u></p> </div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal">I want to install GNURadio on Fedora19.   I have USRP \
N200.<u></u><u></u></p> <p class="MsoNormal">Please let me know how to do this.   I \
am trying to build a FMCW RADAR receiver (USRP N200), please suggest if there is some \
module which I can use.<u></u><u></u></p> <p style="line-height:14.0pt">
<u></u><span>A.<span style="font:7.0pt &quot;Times New Roman&quot;">          
</span></span><u></u>I have following steps:<u></u><u></u></p>
<p style="line-height:14.0pt"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">1. \
Start with a brand-new virgin Ubuntu 14.04.3 (64-bit) installation. Make sure that \
the USRP is disconnected.</span><u></u><u></u></p> <p \
style="margin-left:.5in;line-height:14.0pt"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">2. Once \
Ubuntu is installed, run the Software Updater, and download and install any updates. \
You can do this from the command line with:<br> sudo apt-get \
update</span><u></u><u></u></p> <p style="margin-left:.5in;line-height:14.0pt"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">3. \
Install the necessary dependencies by running:<br> sudo apt-get install pv<br>
sudo apt-get install git<br>
sudo apt-get install qgit<br>
sudo apt-get install swig<br>
sudo apt-get install cmake<br>
sudo apt-get install cmake-gui<br>
sudo apt-get install tree<br>
sudo apt-get install htop<br>
sudo apt-get install doxygen<br>
sudo apt-get install graphviz<br>
sudo apt-get install libtool<br>
sudo apt-get install libusb-1.0-0<br>
sudo apt-get install libusb-1.0-0-dev<br>
sudo apt-get install libudev-dev<br>
sudo apt-get install libboost-all-dev<br>
sudo apt-get install libncurses5-dev<br>
sudo apt-get install libfftw3-bin libfftw3-dev libfftw3-doc<br>
sudo apt-get install libcppunit-1.13-0 libcppunit-dev libcppunit-doc<br>
sudo apt-get install ncurses-bin<br>
sudo apt-get install cpufrequtils<br>
sudo apt-get install build-essential<br>
sudo apt-get install python-opengl<br>
sudo apt-get install python-pyudev<br>
sudo apt-get install python-docutils<br>
sudo apt-get install python-cheetah<br>
sudo apt-get install python-zmq<br>
sudo apt-get install python-mako<br>
sudo apt-get install python-numpy<br>
sudo apt-get install python-numpy-doc<br>
sudo apt-get install python-numpy-dbg<br>
sudo apt-get install python-scipy<br>
sudo apt-get install python-qt4<br>
sudo apt-get install python-qt4-doc<br>
sudo apt-get install qt4-doc<br>
sudo apt-get install python-gtk2 python-gtk2-dbg python-gtk2-dev python-gtk2-doc \
python-gtk2-tutorial<br> sudo apt-get install gsl-bin gsl-ref-html gsl-ref-psdoc \
gsl-doc-info gsl-doc-pdf libgsl0-dbg libgsl0-dev libgsl0ldbl<br> sudo apt-get install \
python-wxgtk2.8 python-wxgtk2.8-dbg python-wxtools<br> sudo apt-get install \
python-lxml python-lxml-dbg python-lxml-doc<br> sudo apt-get install python-qt4 \
python-qt4-dbg python-qt4-dev python-qt4-doc python-qt4-sql python-qt4-sql-dbg<br> \
sudo apt-get install libqwt5-qt4 libqwt5-qt4-dev libqwt5-doc python-qwt5-qt4 \
python-qwt5-doc python-guiqwt<br> sudo apt-get install liblog4c3 liblog4c-doc \
liblog4c-dev liblog4cplus-1.0-4 liblog4cplus-dbg liblog4cplus-dev liblog4cpp5 \
liblog4cpp5-dev liblog4cpp-doc<br> sudo apt-get install libsdl1.2debian libsdl1.2-dev \
libsdl1.2-dbg libsdl-image1.2 libsdl-image1.2-dbg libsdl-image1.2-dev libsdl-mixer1.2 \
libsdl-mixer1.2-dbg libsdl-mixer1.2-dev libsdl-net1.2 libsdl-net1.2-dbg \
libsdl-net1.2-dev libsdl-sound1.2 libsdl-sound1.2-dev<br> sudo apt-get install \
libzmq3 libzmq3-dev libzmqpp3 libzmqpp-dev</span><u></u><u></u></p> <p \
style="margin-left:.5in;line-height:14.0pt"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">4. \
Upgrade the kernel to version 3.16 by running:<br> sudo apt-get install \
linux-generic-lts-utopic</span><u></u><u></u></p> <p \
style="text-indent:.5in;line-height:14.0pt"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">5. \
Reboot the system.</span><u></u><u></u></p> <p \
style="margin-left:.5in;line-height:14.0pt"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">6. \
Download, build, and install UHD 3.9.2:<br> cd $HOME<br>
mkdir workarea-uhd<br>
cd workarea-uhd<br>
git clone <a href="https://github.com/EttusResearch/uhd" \
target="_blank">https://github.com/EttusResearch/uhd</a><br> cd uhd<br>
git checkout release_003_009_002<br>
cd host<br>
mkdir build<br>
cd build<br>
cmake ../<br>
make<br>
make test<br>
sudo make install<br>
sudo ldconfig</span><u></u><u></u></p>
<p style="margin-left:.5in;line-height:14.0pt"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">7. Add \
the line below to the end of your $HOME/.bashrc file:<br> export \
                LD_LIBRARY_PATH=/usr/local/lib<br>
-or-<br>
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib</span><u></u><u></u></p>
<p style="margin-left:.5in;line-height:14.0pt"><span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;">8. \
Install GNU Radio 3.7.9:<br> cd $HOME<br>
mkdir workarea-gr<br>
cd workarea-gr<br>
git clone --recursive <a href="https://github.com/gnuradio/gnuradio" \
target="_blank">https://github.com/gnuradio/gnuradio</a><br> cd gnuradio<br>
git checkout v3.7.9<br>
mkdir build<br>
cd build<br>
cmake ../<br>
make<br>
make test<br>
sudo make install<br>
sudo ldconfig</span><u></u><u></u></p>
<p>  <u></u><u></u></p>
<p><u></u><span>B.<span style="font:7.0pt &quot;Times New Roman&quot;">          
</span></span><u></u>Leech's script: <span \
style="font-size:10.0pt;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;"> <a \
href="http://www.sbrac.org/files/build-gnuradio" \
target="_blank">http://www.sbrac.org/files/build-gnuradio</a></span><u></u><u></u></p>
 <p>  <u></u><u></u></p>
<p><u></u><span>C.<span style="font:7.0pt &quot;Times New Roman&quot;">          
</span></span><u></u>Which is the best way to do?<u></u><u></u></p>
<p class="MsoNormal">  <u></u><u></u></p>
<p class="MsoNormal">Thanks,<u></u><u></u></p>
<p class="MsoNormal">Rupesh<u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:&quot;Times New \
Roman&quot;,&quot;serif&quot;"><u></u>  <u></u></span></p> </blockquote>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:&quot;Times New \
Roman&quot;,&quot;serif&quot;">build-gnuradio and PyBombs are the two recommended \
methods for a source-based install.<br> <br>
<br>
<br>
<br>
<br>
<br>
<u></u><u></u></span></p>
<pre>_______________________________________________<u></u><u></u></pre>
<pre>Discuss-gnuradio mailing list<u></u><u></u></pre>
<pre><a href="mailto:Discuss-gnuradio@gnu.org" \
target="_blank">Discuss-gnuradio@gnu.org</a><u></u><u></u></pre> <pre><a \
href="https://lists.gnu.org/mailman/listinfo/discuss-gnuradio" \
target="_blank">https://lists.gnu.org/mailman/listinfo/discuss-gnuradio</a><u></u><u></u></pre>
 </blockquote>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:&quot;Times New \
Roman&quot;,&quot;serif&quot;"><u></u>  <u></u></span></p> </div></div></div>
</div>

<br>_______________________________________________<br>
Discuss-gnuradio mailing list<br>
<a href="mailto:Discuss-gnuradio@gnu.org">Discuss-gnuradio@gnu.org</a><br>
<a href="https://lists.gnu.org/mailman/listinfo/discuss-gnuradio" rel="noreferrer" \
target="_blank">https://lists.gnu.org/mailman/listinfo/discuss-gnuradio</a><br> \
<br></blockquote></div><br></div>



_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic