Files
BMLFS/build-scripts/libxcb-1.13.build
2018-12-25 23:17:27 -06:00

8 lines
258 B
Bash
Executable File

#! /bin/bash
sed -i "s/pthread-stubs//" configure &&
./configure $XORG_CONFIG \
--without-doxygen \
--docdir='${datadir}'/doc/libxcb-1.13 &&
read -p "Compile?" && make -j2 &&
read -p "Install?" && sudo -S porg -lD "make install -j1"