User Tools

Site Tools


gnuradio:build

Differences

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

Link to this comparison view

Next revision
Previous revision
gnuradio:build [2012/12/04 02:24] – created 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>
  
Line 48: Line 48:
 <code> <code>
 git clone git://code.ettus.com/ettus/uhd.git git clone git://code.ettus.com/ettus/uhd.git
-cd uhd+cd uhd/host
 mkdir build mkdir build
 cd build cd build
Line 57: Line 57:
 sudo ldconfig sudo ldconfig
 </code> </code>
 +
 +ubuntu uhd 패키지: http://files.ettus.com/binaries/uhd_unstable/latest/
  
 <code> <code>
gnuradio/build.1354587883.txt.gz · Last modified: 2018/07/18 14:09 (external edit)