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]
/
taglib
/
build
blob
10950cec58881b95a4d650cb77d8adbcfc28c8a1
1
#!/bin/sh -e
2
3
export
DESTDIR
=
"
$1
"
4
5
cmake
-B
build \
6
-DCMAKE_INSTALL_PREFIX
=/
usr \
7
-DCMAKE_BUILD_TYPE
=
None \
8
-DWITH_ASF
=
ON \
9
-DWITH_MP4
=
ON \
10
-DBUILD_SHARED_LIBS
=
ON \
11
-DBUILD_EXAMPLES
=
OFF \
12
-DBUILD_TESTS
=
OFF
13
14
cmake
--build
build
15
cmake
--install
build