Thursday, March 6, 2008

How to Install softwares from .tar.bz2 files

As a root administrator type following lines in terminal:

Command-1: tar xvjf yourfile.tar.bz2
Command-2: cd file
Command-3: ./configure
Command-4: make depend
Command-5: make
Command-6: make install

Thats All.

No comments: