|
|
Basics of source package usage under debian/ubuntu
toucheatout 2006-10-12 16:43 Linux
Both Ubuntu and debian use dpkg and apt-get package management system. They work with all those .deb that you encounter. While most often binary packages are used (those that directly install executables, libraries etc in the right place), sometimes the compile options are not those you really would have wanted (for instance some packages in relation with audio/video processing, for codec licensing issues). The source packages repositories are those specified by lines beginning with deb-src in The necessary toolsFirst of all install necessary programs: build-dep checkinstall fakeroot The processGet the source package for the program that you target: Edit then the desired compile options. You willl find them in End it all with Tadin!You're set! |
|