fixes for Power64
[tridge/junkcode.git] / depmaker / README
1 To build a dependency list for a build do the following:
2
3 1) compile depmaker
4
5 2) put the path to depmaker.so in /etc/ld.so.preload
6
7 3) build the package like this:
8
9    DEPMAKER=/tmp/package.dep buildcmd
10
11 where "buildcmd" is whatever command you normally use to build the
12 package
13
14 4) run 
15    depmaker-rpm /tmp/package.dep 2> /dev/null
16 or
17    depmaker-deb /tmp/package.dep 2> /dev/null
18
19 depending on whether you have a rpm or deb based system
20
21
22 ----
23 tridge@linuxcare.com
24 October 2000