diff options
author | ivan <ivan> | 2002-01-10 16:11:20 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-01-10 16:11:20 +0000 |
commit | 8cb39114b5aa93a59c0cfbbb4b231674c0540003 (patch) | |
tree | 5aca07674e80f1c3ff6d32f9b43f57134be8ad83 /Documentation/INSTALL |
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 |