2012/4/3 Alfred M. Szmidt <[email protected]>: > $ apt-get build-dep $PROGRAM; > $ apt-get source $PROGRAM; > $ cd PROGRAM/; > $ ./configure; > $ make; > $ make install; > > What is not easy about this? :-) > > That will not build with the same switches as the original package was > built, and it will install in /usr/local which does not work for all > packages. >
$ apt-get build-dep $PROGRAM; $ apt-get source -b $PROGRAM will build it with same options as it was built by the package maintainer. -- പ്രവീണ് അരിമ്പ്രത്തൊടിയില് You have to keep reminding your government that you don't get your rights from them; you give them permission to rule, only so long as they follow the rules: laws and constitution.
