comment on deprecation added.
[perlcyc.git] / INSTALL
bloba3c6d334416a7b05b06572d19205696e9976f70b
1 Installation is standard as for any Perl module. If you downloaded the
2 compressed tar file, uncompress and untar the file with the following
3 commands:
5  gzip < perlcyc-*.tar.gz | tar xvf -
7 This will create a directory called perlcyc in your current
8 directory. To install the program, type
10  perl Makefile.PL
11  make
12  make install
14 The program should now be available in all your Perl programs. 'make
15 install' may require root access or access through sudo. For the
16 latter case, type
18  sudo make install
20 Which will prompt you for your password.