nginx 软件: a: openssl-1.0.1r.tar.gz tar zxf openssl-1.0.1r.tar.gz b: pcre-8.32.tar.gz tar zxf openssl-1.0.1r.tar.gz cd pcre-8.32 ./configure --prefix=/usr/local/lanmp/lib/pcre #安装目录 make && make install c: zlib-.tar.gz tar zxf zlib-.tar.gz cd zlib-…
Compiling Vim from source is actually not that difficult. Here's what you should do: 1. Install all the prerequisite libraries (including Git) a. For a Debian-like Linux distribution like Ubuntu, type sudo apt install libncurses5-dev libgnome2-dev li…