Difference between revisions of "Upref: instalasi"

From OnnoWiki
Jump to navigation Jump to search
(New page: ==Instalasi== mv uperf-1.0.4.tar.bz2 /usr/local/src/ cd /usr/local/src tar jxvf uperf-1.0.4.tar.bz2 cd /usr/local/src/uperf-1.0.4 ./configure make make install)
 
Line 1: Line 1:
 +
==Instalasi Compiler==
 +
 +
apt-get install kernel-package libncurses5-dev fakeroot wget bzip2 \
 +
fakeroot kernel-wedge build-essential makedumpfile libncurses5
 +
 
==Instalasi==
 
==Instalasi==
  

Revision as of 09:30, 4 June 2015

Instalasi Compiler

apt-get install kernel-package libncurses5-dev fakeroot wget bzip2 \
fakeroot kernel-wedge build-essential makedumpfile libncurses5

Instalasi

mv uperf-1.0.4.tar.bz2 /usr/local/src/
cd /usr/local/src
tar jxvf uperf-1.0.4.tar.bz2
cd /usr/local/src/uperf-1.0.4
./configure
make 
make install