]> git.armaanb.net Git - asd-repo.git/blob - extra/libxml2/build
Adapt for asd linux
[asd-repo.git] / extra / libxml2 / build
1 #!/bin/sh -e
2
3 ./configure \
4     --prefix=/usr \
5     --with-threads \
6     --with-history \
7     --without-python \
8     --without-icu
9
10 make
11 make DESTDIR="$1" install