Difference between revisions of "OpenBTS: N210 GNURadio"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
Persiapan | Persiapan | ||
− | 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 | ||
+ | |||
+ | ==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 | ||
Revision as of 07:03, 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