Skip to content

Installing dependencies

sestaton edited this page Nov 14, 2014 · 6 revisions

Perl dependencies

If cpanminus is used to install Pairfq from github, then the Perl dependencies will be installed automatically. If you have cloned the repo, or manually downloaded a release however, you will need to install the Perl dependencies yourself. If you run the Makefile.PL script and see a message about a missing module, 'DBD::SQLite' for example, here is how you can install that module with the CPAN shell:

perl -MCPAN -e 'install DBD::SQLite'

If you have cpanminus installed, you can install the Perl dependencies with the following command:

cd Pairfq
cpanm --installdeps .
Clone this wiki locally