gnuradio:build
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| gnuradio:build [2012/12/04 02:30] – 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 |
| </ | </ | ||
gnuradio/build.1354588205.txt.gz · Last modified: 2018/07/18 14:09 (external edit)