Sujet : Re: Open Source does mean easily re-compile-able
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.unix.programmerDate : 28. Dec 2024, 00:11:32
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vknc73$3sdam$6@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Pan/0.161 (Chasiv Yar; )
On Fri, 27 Dec 2024 14:56:28 +0000, Richard Kettlewell wrote:
On Debian-derived platforms, that’s what apt-get build-dep is for.
Even if you want your build to be different from the Debian package, apt-
get build-dep will still likely get you 90% of the way to installing all
the needed dependencies.
I used this as a starting point for my Blender build. Now that is a
package with some complex dependencies.