Update instructions for installing modules via CPAN
This commit is contained in:
parent
4e9f1457d5
commit
48b3c51bb3
@ -41,8 +41,9 @@ apt install libconfig-std-perl \
|
|||||||
## Using CPAN to install the modules
|
## Using CPAN to install the modules
|
||||||
|
|
||||||
A cross platform method to install the needed modules is the Perl CPAN application.
|
A cross platform method to install the needed modules is the Perl CPAN application.
|
||||||
Make sure both the [make](https://www.gnu.org/software/make/manual/make.html)
|
Make sure that the [gcc](https://www.gnu.org/software/gcc/),
|
||||||
command and the [cpan](https://perldoc.perl.org/CPAN) command are available.
|
[make](https://www.gnu.org/software/make/manual/make.html),
|
||||||
|
and [cpan](https://perldoc.perl.org/CPAN) commands are available.
|
||||||
Install them using the operating system's package manager, or from source.
|
Install them using the operating system's package manager, or from source.
|
||||||
|
|
||||||
Run commands:
|
Run commands:
|
||||||
@ -51,9 +52,11 @@ Run commands:
|
|||||||
cpan Config::Std
|
cpan Config::Std
|
||||||
cpan Template
|
cpan Template
|
||||||
cpan Template::Plugin::DBI
|
cpan Template::Plugin::DBI
|
||||||
|
cpan Template::Plugin::HTML::Strip
|
||||||
cpan DBD::SQLite
|
cpan DBD::SQLite
|
||||||
cpan Date::Calc
|
cpan Date::Calc
|
||||||
cpan Tie::DBI
|
cpan Tie::DBI
|
||||||
|
cpan Text:CSV_XS
|
||||||
```
|
```
|
||||||
|
|
||||||
# Create the HPR database
|
# Create the HPR database
|
||||||
|
Reference in New Issue
Block a user