diff options
| author | fukachan <fukachan> | 2001-01-19 14:39:51 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-01-19 14:39:51 +0000 |
| commit | 4919e9c841db46667e682283904ecea191ab2be3 (patch) | |
| tree | 766b1ec1b54a36a25abdda57706512ac96700939 /cpan/dist/Jcode/INSTALL | |
| parent | d63380e790c2f93ae981a0425b85d22601c1acaa (diff) | |
| download | fml8-4919e9c841db46667e682283904ecea191ab2be3.tar.gz fml8-4919e9c841db46667e682283904ecea191ab2be3.tar.bz2 fml8-4919e9c841db46667e682283904ecea191ab2be3.zip | |
Initial revision
Diffstat (limited to 'cpan/dist/Jcode/INSTALL')
| -rw-r--r-- | cpan/dist/Jcode/INSTALL | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/cpan/dist/Jcode/INSTALL b/cpan/dist/Jcode/INSTALL new file mode 100644 index 00000000..70b2a17b --- /dev/null +++ b/cpan/dist/Jcode/INSTALL @@ -0,0 +1,48 @@ +# +# $Id: INSTALL,v 0.61 2000/11/15 05:45:25 dankogai Exp $ +# + +To install +========== + +Unix with a compiler +-------------------- + + Do the following via web + + perl Makefile.PL + make + make test + make install + +Macintosh +--------- + + Run "mac_install.pl" just once. Make sure you have "site_perl" + folder where your MacPerl folder resides. If not, create one before + you run this script. + +Windows (ActivePerl) +-------------------- + + Run "win_install.pl" just once. Make sure you have "site\lib" + folder where your ActivePerl folder resides. If not, create one + before you run this script. + +Mac, Win, RedHat Linux with just default packages installed... +--------------------------------------------------------------- +(or any other platforms where no compiler is available) + + Just copy Jcode.pm and Jcode directory (folder) into perl's lib +directory. + + To find where the heck that lib folder is, run this small perl + script. + + print join("\n", @INC); + + +__END__ + +Dan the Jcoder + |
