commit bde5197214aa8f22e6fad1610d427715b145ef73 parent 500dd24e086464384463aff751c5dc37ca3c28ae Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 4 Jul 2005 17:01:46 +0000 release 0.5.1 Diffstat:
| M | Makefile.am | | | 1 | + |
| A | README.debian | | | 25 | +++++++++++++++++++++++++ |
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am @@ -1,2 +1,3 @@ SUBDIRS = native org . ACLOCAL_AMFLAGS = -I m4 +EXTRA_DIST = README.debian diff --git a/README.debian b/README.debian @@ -0,0 +1,25 @@ +This is a list of debian (sarge) packages that you may want to install +prior to compiling libextractor-java. + +Naturally you also need libextractor itself. + +===================================================================== + +Basic compilation tools and dependencies: + +libtool +gcc +make +libgcj-dev + +For Subversion access and compilation: + +subversion +autoconf +automake1.8 + +============================================== + +Please notify us if we missed some dependencies +(note that the list is supposed to only list direct +dependencies, not transitive dependencies).