Installing software from source in (Ubuntu) Linux
Download the tar.gz ball for the software
Extract it
Read the Readme for build related instructions
Example
gunzip wget-1.11.4.tar.gz
cd wget-1.11.4
./configure
make
make install
No comments:
Post a Comment
Please share your views and comments below.
Thank You.