repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pcre: fork, fix sources
[kiss-trunc88.git]
/
museek-plus
/
build
blob
506683990867df398f0cd4626260f4d2b7b2cb20
1
#!/bin/sh -e
2
3
cmake
-S
.
-B
build \
4
-DCMAKE_INSTALL_PREFIX
=/
usr \
5
-DCMAKE_BUILD_TYPE
=
None \
6
-DMUSEEQ
=
0
\
7
-DMUCOUS
=
1
8
9
cmake
--build
build
10
cmake
--install
build