X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=README;h=9f0d883bc975ef5cc4c795e0af23fc563d8f9785;hb=bd962a6167b343bab26bcff349a90ab228d5b8c6;hp=e3e9d20902f756e50a1d4f13b456eef599ec22d5;hpb=31504dfb9c6d92468da431c3f6df3c894d446043;p=rpmdepsize.git diff --git a/README b/README index e3e9d20..9f0d883 100644 --- a/README +++ b/README @@ -3,31 +3,49 @@ 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 ---------------------------------------------------------------------- - ocaml >= 3.10 + ocaml >= 3.10 http://caml.inria.fr/ - and the following OCaml packages: - * findlib - * extlib - * sexplib310 - * type-conv - * lablgtk2 + * 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 + emacs-tuareg + - emacs editing mode for OCaml, just if you want to edit the code + 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.