diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index cb37d09..5a83297 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -41,8 +41,9 @@ apt install libconfig-std-perl \ ## Using CPAN to install the modules 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) -command and the [cpan](https://perldoc.perl.org/CPAN) command are available. +Make sure that the [gcc](https://www.gnu.org/software/gcc/), +[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. Run commands: @@ -51,9 +52,11 @@ Run commands: cpan Config::Std cpan Template cpan Template::Plugin::DBI +cpan Template::Plugin::HTML::Strip cpan DBD::SQLite cpan Date::Calc cpan Tie::DBI +cpan Text:CSV_XS ``` # Create the HPR database