Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
MiniVend 3.14-2
Browse files Browse the repository at this point in the history
  • Loading branch information
perusionmike authored and jonjensen committed Jan 2, 2009
1 parent c9babdb commit f5bd676
Show file tree
Hide file tree
Showing 25 changed files with 418 additions and 781 deletions.
14 changes: 7 additions & 7 deletions INSTALL
Expand Up @@ -22,7 +22,7 @@ IMPORTANT NOTE: The installation procedure has changed, we hope for the
WINDOWS INSTALLATION
--------------------

Obtain the self-extracting executable minivend-3.12.exe
Obtain the self-extracting executable minivend-3.14-2.exe
and double-click on it.

IMPORTANT NOTE: If you get the message "Bad command or file name"
Expand All @@ -33,7 +33,7 @@ WINDOWS INSTALLATION
appears to work well with the ActiveState 5.005 "Merge" port.

If you already have the CYGWIN.DLL executable or plan on using the
Perl link CGI, you can download the file minivend-3.12-nodll.exe
Perl link CGI, you can download the file minivend-3.14-2-nodll.exe
and do the same.

The defaults are set for Microsoft Personal Web Server on Win95 --
Expand All @@ -60,19 +60,19 @@ UNIX INSTALLATION
------------------
Here is the short version:

gzip -dc minivend-3.12.tar.gz | tar xvf -
cd minivend-3.12
gzip -dc minivend-3.14-2.tar.gz | tar xvf -
cd minivend-3.14-2
./configure

Long version with comments:

# Unzip and untar the file -- if you have GNU tar, you can substitute
# 'tar xzf minivend-3.12.tar.gz'
gzip -dc minivend-3.12.tar.gz | tar xvf -
# 'tar xzf minivend-3.14-2.tar.gz'
gzip -dc minivend-3.14-2.tar.gz | tar xvf -

# Change directory to the one that was created
#
cd minivend-3.12
cd minivend-3.14-2

# If you have trouble with picking up the wrong Perl version,
# try '/dir/where/perl/is/perl Makefile.PL
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -13,6 +13,7 @@ configure.htm
dist/README
dist/README-win.txt
dist/README.OS
dist/UPGRADE
dist/WHATSNEW
dist/admin/catalog.cfg
dist/admin/etc/profiles
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -26,7 +26,7 @@ my @mods_to_get;
my $Lock_troubles;
my $Windows;

$VERSION = '3.12';
$VERSION = '3.14-2';

# See if we have the CPAN module
my $Cpan = 0;
Expand Down
337 changes: 0 additions & 337 deletions README

This file was deleted.

0 comments on commit f5bd676

Please sign in to comment.