User Tools

Site Tools


gnuradio:build

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gnuradio:build [2012/12/04 02:30] 119.192.238.152gnuradio:build [2018/07/18 14:10] (current) – external edit 127.0.0.1
Line 24: Line 24:
 <code> <code>
 git clone http://gnuradio.org/git/gnuradio.git git clone http://gnuradio.org/git/gnuradio.git
-<code>+</code>
  
-Bootstrap, configure and build:+Bootstrap, configure and build all components:
 <code> <code>
 cd gnuradio cd gnuradio
-./bootstrap +mkdir build 
-./configure +cd build 
-./configure --with-boost-libdir=/usr/lib/ # debian +cmake ../ 
-./configure --enable-gr-uhd --enable-grc --enable-gr-audio-alsa #ubuntu install uhd, grc, alsa +make && make test 
 +sudo make install
 make -e make -e
 sudo make install sudo make install
Line 40: Line 40:
 Uninstall and git clean Uninstall and git clean
 <code> <code>
- sudo make uninstall +sudo make uninstall 
- git clean -d -x -f+git clean -d -x -f
 </code> </code>
  
gnuradio/build.1354588205.txt.gz · Last modified: 2018/07/18 14:09 (external edit)