A common way to install software from source will be done similarly to the below:
Code: [ Select ] [ Line Numbers Off ]
Code: [ Select ] [ Line Numbers Off ]
- tar –xvzf Apackage.tar.gz
- cd Apackage
- ./configure
- make
- make install
No comments:
Post a Comment