To install the software source code under Linux

Linux source code installation is divided into the following:

Configuration installation path (configure), compiling (make), the installation (make install) three steps.

wget HTTP: // nginx.org/download/nginx-1.4.7.tar.gz # Download file 
tar zxvf nginx- 1.4 . 7 . tar .gz #-extracting file 
cd nginx - 1.4 . 7 # enter the directory 
. / the configure - -prefix = / usr / local / webserver / nginx # installation path configuration

 

Guess you like

Origin www.cnblogs.com/ai10999/p/11486086.html