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]
/
sneedacity
/
build
blob
6deb5eb37492799c8c7201c260f7cd416b9ee971
1
#!/bin/sh -e
2
export
DESTDIR
=
"
$1
"
3
4
cmake
-S
.
-B
build
-G
"Unix Makefiles"
\
5
-DCMAKE_BUILD_TYPE
=
None \
6
-DCMAKE_INSTALL_PREFIX
=/
usr \
7
-Dsneedacity_use_ffmpeg
=
loaded \
8
..
/
9
10
cmake
--build
build
11
cmake
--install
build