Merge pull request #157 from benoit934/patch-2
Add Debian's Install dependencies command
This commit is contained in:
@@ -38,9 +38,11 @@ ngx_pagespeed as a build-time dependency.
|
||||
|
||||
Install dependencies:
|
||||
|
||||
# These are for RedHat, CentOS, and Fedora. Debian and Ubuntu will be
|
||||
# similar.
|
||||
# These are for RedHat, CentOS, and Fedora.
|
||||
$ sudo yum install git gcc-c++ pcre-dev pcre-devel zlib-devel make
|
||||
|
||||
# These are for Debian. Ubuntu will be similar.
|
||||
$ sudo apt-get install git build-essential make zlib1g-dev libpcre3 libpcre3-dev
|
||||
|
||||
Check out ngx_pagespeed:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user