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
megatools-experimental: bump to 1.11.0-git-20220401
[kiss-trunc88.git]
/
giada
/
build
blob
a65782e4b0088ca87d7064d0f92be2ae60b97787
1
#!/bin/sh -e
2
3
git submodule update
--init
4
5
export
DESTDIR
=
"
$1
"
6
7
#patch -Np1 -i nopulse.patch
8
patch
-Np1 -i
nopulse2.
patch
9
10
cmake
-S
.
-B
build \
11
-DCMAKE_BUILD_TYPE
=
None \
12
-DCMAKE_INSTALL_PREFIX
=/
usr \
13
-DWITH_TESTS
=
OFF \
14
-DWITH_PULSE
=
OFF
15
16
# -DWITH_VST3=ON \
17
# -DWITH_VST2=ON \
18
19
cmake
--build
build
20
cmake
--install
build