source: main/trunk/greenstone2/build-src/packages/w3mir/MIME-Base64-2.11/INSTALL.w3mir@ 26670

Last change on this file since 26670 was 718, checked in by davidb, 25 years ago

added m3mir package

  • Property svn:keywords set to Author Date Id Revision
File size: 446 bytes
Line 
1- You also have to get the MIME-Base64 package
2 (http://www.perl.com/CPAN/modules/by-module/MIME/)
3
4- Unpack it:
5
6 gzip -dc MIME-Base64-*.tar.gz | tar xvBf -
7
8- Install it:
9
10 cd MIME-Base64-*
11
12 Then, as above, either
13
14 perl Makefile.PL
15
16 or
17
18 perl Makefile.PL PREFIX=/some/dir
19
20 Continue:
21
22 make
23 make test (it should print 'All tests successful.')
24 make install
25
26 Now MIME-Base64 should be installed and working.
27
Note: See TracBrowser for help on using the repository browser.