Commit e61e9717 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added pcre2

parent fed5ffac
...@@ -9,3 +9,11 @@ all: ...@@ -9,3 +9,11 @@ all:
mv -v /usr/lib/libpcre.so.* /lib mv -v /usr/lib/libpcre.so.* /lib
ln -sfv ../../lib/$$(readlink /usr/lib/libpcre.so) /usr/lib/libpcre.so ln -sfv ../../lib/$$(readlink /usr/lib/libpcre.so) /usr/lib/libpcre.so
rm -rf pcre-8.45 rm -rf pcre-8.45
2:
tar xf pcre2-10.36.tar.bz2
cd pcre2-10.36 && ./configure --prefix=/usr --docdir=/usr/share/doc/pcre2-10.36 --enable-unicode --enable-jit --enable-pcre2-16 --enable-pcre2-32 --enable-pcre2grep-libz --enable-pcre2grep-libbz2 --enable-pcre2test-libreadline --disable-static
$(MAKE) -C pcre2-10.36
$(MAKE) -C pcre2-10.36 check
$(MAKE) -C pcre2-10.36 install
rm -rf pcre2-10.36
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment