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

8 lines
198 B
Bash
Executable File

#! /bin/bash
./configure --prefix=/usr \
--with-gobject \
--with-graphite2 &&
read -p "Compile? " && make -j2 &&
read -p "Install? " && sudo -S porg -lD "make install -j1"