Thursday, July 17, 2008

How to install Application in ubuntu

Step 1
you must install built-essential
#apt-get install built-essential

Step 2
#make
Step 3
if your application tar.gz, you must ekstrak and then
#./configure
Step 4
#make install
finish

No comments: