Difference between revisions of "OpenBTS: RangeNetwork Yate Compile"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 15: | Line 15: | ||
cd /usr/local/src | cd /usr/local/src | ||
wget http://yate.null.ro/tarballs/yate5/yate-5.0.0-1.tar.gz | wget http://yate.null.ro/tarballs/yate5/yate-5.0.0-1.tar.gz | ||
+ | |||
+ | |||
+ | ==Compile & Install Yate== | ||
+ | |||
+ | cp yate-5.0.0-1.tar.gz /usr/local/src/ | ||
+ | cd /usr/local/src/ | ||
+ | tar zxvf yate-5.0.0-1.tar.gz | ||
+ | cd /usr/local/src/yate | ||
+ | ./configure | ||
+ | make | ||
+ | make install |
Revision as of 08:29, 14 January 2014
Instalasi Pendukung
apt-get update
sudo apt-get install build-essential autoconf cvs sox pkg-config git-core subversion \ libgsm1-dev libgsm1 php5-cli python-setuptools
Download Yate
Source Code Yate dapat di ambil dari
http://yate.null.ro/pmwiki/index.php?n=Main.Download http://yate.null.ro/tarballs/yate5/yate-5.0.0-1.tar.gz
cd /usr/local/src wget http://yate.null.ro/tarballs/yate5/yate-5.0.0-1.tar.gz
Compile & Install Yate
cp yate-5.0.0-1.tar.gz /usr/local/src/ cd /usr/local/src/ tar zxvf yate-5.0.0-1.tar.gz cd /usr/local/src/yate ./configure make make install