pcre: fork, fix sources
[kiss-trunc88.git] / museek-plus / build
blob506683990867df398f0cd4626260f4d2b7b2cb20
1 #!/bin/sh -e
3 cmake -S . -B build \
4 -DCMAKE_INSTALL_PREFIX=/usr \
5 -DCMAKE_BUILD_TYPE=None \
6 -DMUSEEQ=0 \
7 -DMUCOUS=1
9 cmake --build build
10 cmake --install build