summaryrefslogtreecommitdiff
path: root/INSTALL
blob: 95ed8e41995e6b6ccf1ad7127a668e324b087b44 (plain)
1
2
3
4
5
6
7
8
Installation: make && sudo make install
Depending on your system, you might need make perl_lib=foo/bar perl_version=something install

By default, the library is installed into $(prefix)/$(perl_lib)/$(perl_version)
                                      -> /usr/local/lib/perl/5.10.0


Uninstallation: sudo make uninstall