Difference between revisions of "OpenBTS: N210 GNURadio"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 2: | Line 2: | ||
sudo apt-get install libboost-all-dev libusb-1.0-0-dev python-cheetah doxygen python-docutils \ | sudo apt-get install libboost-all-dev libusb-1.0-0-dev python-cheetah doxygen python-docutils \ | ||
− | git python | + | git python cmake |
==Download Source Code GNURadio== | ==Download Source Code GNURadio== |
Revision as of 07:09, 21 July 2013
Persiapan
sudo apt-get install libboost-all-dev libusb-1.0-0-dev python-cheetah doxygen python-docutils \ git python cmake
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