2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-05 08:45:47 -06:00
repo/extra/pcre2/build

13 lines
194 B
Plaintext
Raw Normal View History

2022-03-13 06:10:53 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-pcre2-16 \
--enable-pcre2-32 \
--enable-pcre2grep-libz \
--enable-pcre2grep-libbz2 \
--enable-jit
make
2022-07-12 19:36:18 -06:00
make install