Difference between revisions of "GNURadio: Ubuntu 11.10 Install dari GIT GNURadio"

From OnnoWiki
Jump to navigation Jump to search
Line 21: Line 21:
  
 
==Download GNURadio==
 
==Download GNURadio==
 +
 +
Install GIT
 +
 +
apt-get install git-core git-doc gitk stgit
  
 
Download menggunakan perintah
 
Download menggunakan perintah
  
  $ git clone git://gnuradio.org/gnuradio gnuradio.git
+
  git clone git://gnuradio.org/gnuradio gnuradio.git
 
 
  
 
==Compile==
 
==Compile==

Revision as of 09:14, 23 February 2012

Instal Aplikasi Pendukung

Update

sudo apt-get update

Instal untuk Ubuntu 11.10

sudo apt-get -y install libfontconfig1-dev libxrender-dev libpulse-dev swig \
g++ automake libtool python-dev libfftw3-dev \
libcppunit-dev libboost-all-dev libusb-dev fort77 sdcc sdcc-libraries \
libsdl1.2-dev python-wxgtk2.8 subversion git-core guile-1.8-dev \
libqt4-dev python-numpy ccache python-opengl libgsl0-dev \
python-cheetah python-lxml doxygen qt4-dev-tools \
libqwt5-qt4-dev libqwtplot3d-qt4-dev pyqt4-dev-tools \
libpcre3 libpcre3-dbg libpcre3-dev libpcrecpp0 \
python-wxgtk2.8 python-wxtools wx2.8-i18n libwxgtk2.8-dev libgtk2.0-dev \
autoconf libtool libosip2-dev libortp-dev \
libusb-1.0-0-dev g++ sqlite3 libsqlite3-dev erlang \
asterisk asterisk-mysql

Download GNURadio

Install GIT

apt-get install git-core git-doc gitk stgit

Download menggunakan perintah

git clone git://gnuradio.org/gnuradio gnuradio.git

Compile

Coba install menggunakan cmake

$ mkdir $(builddir)
$ cd $(builddir)
$ cmake [OPTIONS] $(srcdir)
$ make
$ make test
$ sudo make instal


Referensi

Pranala Menarik

Persiapan Hardware

OpenBTS 2.6

OpenBTS 2.8

Ettus E110

Lain Lain

Catatan Legal dan Pendukung

Catatan Sejarah