OpenBTS: N210 GNURadio: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs) No edit summary |
Onnowpurbo (talk | contribs) No edit summary |
||
| 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 00: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