Commit before big code restructuring.
[rpmdepsize.git] / README
1 rpmdepsize
2 by Richard W.M. Jones <rjones@redhat.com>
3 http://et.redhat.com/~rjones/rpmdepsize
4 ----------------------------------------------------------------------
5
6 This program displays the size of RPMs and their dependencies.  It's
7 useful for shaming RPMs that have too many dependencies or pull in
8 large amounts of data because of indirect dependencies.
9
10 Please read the manual page rpmdepsize(1) for full details.
11
12 Requirements
13 ----------------------------------------------------------------------
14
15   perl
16
17   python
18
19   yum
20
21   perldoc
22
23   graphviz
24
25   repoquery
26
27 Build
28 ----------------------------------------------------------------------
29
30   ./configure
31   make
32   sudo make install