1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-16 01:08:31 -04:00
elinks/docker/alpine-static/build_xmlplusplus.sh
2022-12-01 18:12:44 +01:00

13 lines
150 B
Bash
Executable File

#!/bin/sh
NOCONFIGURE=1 ./autogen.sh
./configure \
--enable-static=yes \
--enable-shared=no \
--disable-documentation
make -j`nproc`
make install