better way for optimizing packages
Jerry Haltom
jhaltom at feedbackplusinc.com
Mon Jan 24 23:31:56 UTC 2005
Make a shell script for it. Use mktemp -d to make a temporary directory,
export the variable, apt-get build-dep package, apt-get -b source package,
dpkg -i *.deb.
You'll notice building a package creates .deb files.
Synaptic won't notice the packages. You might add to your script to put
the packages on hold.
On Mon, 24 Jan 2005 15:26:39 +0100, josé ángel madrid gómez wrote:
> first of all, i set the environment
> export DEBIAN_BUILDARCH=pentium4
> then
> apt-get build-dep package
> then
> apt-get -b source package
> but the package is not installed
> what do I need now to install it?
> and, furthermore, is there a way to have a directory of
> compiled&optimized packages so that synaptic can take them into account?
More information about the ubuntu-users
mailing list