diff options
Diffstat (limited to 'Documentation/INSTALL')
-rw-r--r-- | Documentation/INSTALL | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/INSTALL b/Documentation/INSTALL new file mode 100644 index 0000000..fe2e0ff --- /dev/null +++ b/Documentation/INSTALL @@ -0,0 +1,22 @@ +How to install Glade-Perl application 'Gtkdbi' +-------------------------------------------------------------------- + +TO INSTALL +---------- +There is a standard Makefile.PL to handle some checks and install the package + +To install + perl Makefile.PL + make + make test + su + make install (if test was OK) + +TO BUILD RPMS +------------- +Build the RPMs by calling eg. + rpm -ta Gtkdbi-0.01.tar.gz + + +Tue Oct 23 01:49:12 PDT 2001 - Ivan Kohler <ivan-gtkdbi@420.am> + - version 0.01 - This file was created by Glade::PerlSource |