switched to using Makefile.PL, though I hate MakeMaker, it seems to make

some sense to use it here.
This commit is contained in:
joey
2000-04-22 05:47:47 +00:00
parent f79b8473da
commit 60f67d6d70
8 changed files with 58 additions and 137 deletions

View File

@@ -1,7 +1,8 @@
To try alien before installing, just run ./alien from this directory. Most
features will work prior to installation.
To install alien, become root and type "make install".
To install alien, become root and type:
perl Makefile.PL; make; make install
To use alien, you'll need a variety of other software. See the README for
details.