From 5d0565a3ae90fddd0f0caa9885c64e71be2e2731 Mon Sep 17 00:00:00 2001 From: Igor Afanasyev Date: Thu, 25 Aug 2016 20:16:58 -0700 Subject: [PATCH] Better installation instructions (see https://github.com/evernote/serge/issues/28) --- webroot/download/index.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/webroot/download/index.php b/webroot/download/index.php index 7d5e649..7480641 100644 --- a/webroot/download/index.php +++ b/webroot/download/index.php @@ -62,11 +62,17 @@

Step 3. Install Dependencies

-

Some dependency Perl modules include binaries that need to be compiled from sources. If you're on a Linux machine, run your package manager to install build essentials and library headers. On Ubuntu/Debian this will be:

+

Step 3.1. Install Prerequisites (Linux Only)

+ +

Some Perl modules that you're about to install in step 3.2 require compiling binaries from sources. If you're on a Linux machine, run your package manager to install build essentials and library headers. For example, on Ubuntu/Debian this will be:

apt-get -qq update apt-get -qq -y install build-essential libssl-dev libexpat-dev +

If you're on Windows, skip this step and go to 3.2.

+ +

Step 3.2. Install Perl Modules (All Platforms)

+

Installing/upgrading dependencies is done with the help of cpanm package manager, which needs to be installed with the following command:

cpan App::cpanminus