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
pcre2: bump to 10.40
[kiss-trunc88.git]
/
libmad-tenacity
/
build
blob
01add39b680dbcafce76e522daf3d1e8e522f6ee
1
#!/bin/sh -e
2
3
export
DESTDIR
=
"
$1
"
4
5
cmake
-S
.
-B
build \
6
-DCMAKE_INSTALL_PREFIX
=/
usr \
7
-DCMAKE_INSTALL_LIBDIR
=
lib \
8
-DCMAKE_BUILD_TYPE
=
None \
9
-DEXAMPLE
=
OFF \
10
-DOPTIMIZE
=
ACCURACY
11
12
cmake
--build
build
13
cmake
--install
build