Install pcre2

This commit is contained in:
John Cai 2019-05-07 11:44:15 -07:00
parent ac1992bbc9
commit 9f2c177d1a
3 changed files with 23 additions and 1 deletions

View file

@ -9,7 +9,7 @@ mkdir build \
&& tar -C build -xzf git.tar.gz \
&& cd build/git-$GIT_VERSION \
&& chmod +x configure \
&& USE_LIBPCRE=YesPlease ./configure --with-libpcre \
&& ./configure --with-libpcre \
&& make all \
&& make install PREFIX=/usr/local \
&& cd ../.. \