X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README;h=9f0d883bc975ef5cc4c795e0af23fc563d8f9785;hb=b2b717fc777536665f1fd77a3f3d06f235347881;hp=4e219205c247c6ec867a887edb53c38f02c3127e;hpb=071e0e59c28ebdade0fa78845535f0592d7858ee;p=rpmdepsize.git diff --git a/README b/README index 4e21920..9f0d883 100644 --- a/README +++ b/README @@ -3,26 +3,28 @@ by Richard W.M. Jones http://et.redhat.com/~rjones/rpmdepsize ---------------------------------------------------------------------- -This program displays the size of RPMs and their dependencies. It's -useful for shaming RPMs that have too many dependencies or pull in -large amounts of data because of indirect dependencies. - -Please read the manual page rpmdepsize(1) for full details. + This program displays the size of RPMs and their dependencies. It's + useful for shaming RPMs that have too many dependencies or pull in + large amounts of data because of indirect dependencies. Requirements ---------------------------------------------------------------------- - perl + ocaml >= 3.10 http://caml.inria.fr/ + - and the following OCaml packages: + * findlib http://projects.camlcity.org/projects/findlib.html/ + * extlib http://code.google.com/p/ocaml-extlib/ + * sexplib310 http://www.ocaml.info/home/ocaml_sources.html + * type-conv - - "" - - + * lablgtk2 http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html python yum + - including the Python libraries, which come by default - perldoc - - graphviz - - repoquery + emacs-tuareg + - emacs editing mode for OCaml, just if you want to edit the code Build ---------------------------------------------------------------------- @@ -30,3 +32,20 @@ Build ./configure make sudo make install + + rpmdepsize [--debug] [package] + +Git repository +---------------------------------------------------------------------- + + http://git.et.redhat.com/?p=rpmdepsize.git;a=summary + +Problems +---------------------------------------------------------------------- + + This is highly experimental exploratory software, so don't expect + much support or quick bug fixes. + + Patches are welcome. + + Tip: Run with the --debug command line flag.