A_OS/ports/official/extra/lib/c-libxml2/build

12 lines
118 B
Plaintext
Raw Normal View History

2023-04-30 20:16:11 -04:00
#!/bin/sh -e
2024-05-22 05:29:02 -04:00
2023-04-30 20:16:11 -04:00
./configure \
2024-05-22 05:29:02 -04:00
--prefix=/usr \
--with-history \
--with-icu
2023-04-30 20:16:11 -04:00
make
make DESTDIR="$1" install