gnuradio:build
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
gnuradio:build [2012/12/04 02:24] – created 119.192.238.152 | gnuradio:build [2018/07/18 14:10] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 24: | Line 24: | ||
< | < | ||
git clone http:// | git clone http:// | ||
- | < | + | </code> |
- | Bootstrap, configure and build: | + | Bootstrap, configure and build all components: |
< | < | ||
cd gnuradio | cd gnuradio | ||
- | ./bootstrap | + | mkdir build |
- | ./configure | + | cd build |
- | ./configure --with-boost-libdir=/ | + | cmake ../ |
- | ./configure --enable-gr-uhd --enable-grc --enable-gr-audio-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 | ||
< | < | ||
- | | + | sudo make uninstall |
- | $ git clean -d -x -f | + | git clean -d -x -f |
</ | </ | ||
Line 48: | Line 48: | ||
< | < | ||
git clone git:// | git clone git:// | ||
- | cd uhd | + | cd uhd/host |
mkdir build | mkdir build | ||
cd build | cd build | ||
Line 57: | Line 57: | ||
sudo ldconfig | sudo ldconfig | ||
</ | </ | ||
+ | |||
+ | ubuntu uhd 패키지: http:// | ||
< | < |
gnuradio/build.1354587883.txt.gz · Last modified: 2018/07/18 14:09 (external edit)