Created
November 13, 2015 04:12
-
-
Save liudanking/14c81e194a924cc268c8 to your computer and use it in GitHub Desktop.
Build Nginx from source on Ubuntu 14.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get update | |
apt-get install build-essential automake autoconf libtool -y | |
apt-get install libpcre3 libpcre3-dev -y | |
apt-get install zlib1g-dev libssl-dev -y | |
./configure | |
make | |
make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment