From 669f7a6b1750db8c2417167153904efb8c17b7a1 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sat, 10 Oct 1998 23:22:48 +0000 Subject: [PATCH] Added some information here. --- perl/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/perl/README b/perl/README index e69de29b..f8cfc4f2 100644 --- a/perl/README +++ b/perl/README @@ -0,0 +1,15 @@ +This is the new (still experimental) Perl interface to LibGTop. + +How to build it: + +* first compile and install LibGTop + +* run the autogen.sh script in this directory + (it should also work with a separate builddir) + +* run a `make -f Automakefile' + +* run a `make install' + +Martin +