Compiling your own Applications from Source.

'Forum Post ulist at gs1.ubuntuforums.org
Wed Nov 30 04:49:00 UTC 2005


sudo apt-get install build-essentials 

will install almost everything you need.



also look into checkinstall



so you process would look like

./configure

make

checkinstall



This then allows you to remove the app by 

dpkg remove <app-name>



HTH

AM


-- 
amohanty




More information about the ubuntu-users mailing list