Difference between revisions of "OpenBTS: N210 GNURadio"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 10: | Line 10: | ||
git clone git://ettus.sourcerepo.com/ettus/uhd.git uhd.git | git clone git://ettus.sourcerepo.com/ettus/uhd.git uhd.git | ||
+ | ==Compile== | ||
+ | |||
+ | cd /usr/local/src/uhd.git/host/ | ||
+ | mkdir build | ||
+ | cd /usr/local/src/uhd.git/host/build | ||
+ | cmake -DENABLE_LIBUHD=ON -DENABLE_EXAMPLES=ON -DENABLE_UTILS=ON -DENABLE_TESTS=ON ../ | ||
+ | make | ||
+ | make test | ||
+ | make install | ||
+ | ldconfig | ||
Revision as of 07:04, 21 July 2013
Persiapan
sudo apt-get install libboost-all-dev libusb-1.0-0-dev python-cheetah doxygen python-docutils \ git python
Download Source Code GNURadio
echo "/usr/local/lib" >> /etc/ld.so.conf cd /usr/local/src git clone git://ettus.sourcerepo.com/ettus/uhd.git uhd.git
Compile
cd /usr/local/src/uhd.git/host/ mkdir build cd /usr/local/src/uhd.git/host/build cmake -DENABLE_LIBUHD=ON -DENABLE_EXAMPLES=ON -DENABLE_UTILS=ON -DENABLE_TESTS=ON ../ make make test make install ldconfig