Restructured, added menus.
[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   ocaml >= 3.10
16    - and the following OCaml packages:
17       * findlib
18       * extlib
19       * sexplib310
20       * type-conv
21       * lablgtk2
22
23   python
24
25   yum
26    - including the Python libraries, which come by default
27
28 Build
29 ----------------------------------------------------------------------
30
31   ./configure
32   make
33   sudo make install