mirror of
https://github.com/dslm4515/BMLFS.git
synced 2026-01-14 00:33:30 +00:00
8 lines
198 B
Bash
Executable File
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"
|