1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-18 01:26:23 -04:00
elinks/docker/alpine-static/build_xmlplusplus.sh

13 lines
150 B
Bash
Raw Normal View History

2022-12-01 12:03:29 -05:00
#!/bin/sh
NOCONFIGURE=1 ./autogen.sh
./configure \
--enable-static=yes \
--enable-shared=no \
--disable-documentation
2022-12-01 12:12:44 -05:00
make -j`nproc`
2022-12-01 12:03:29 -05:00
make install