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]
/
toxcore
/
build
blob
84dc1d0d805bdb9dd8b430d4cf972cbba86c4a87
1
#!/bin/sh -e
2
3
export
DESTDIR
=
"
$1
"
4
5
cmake
-S
.
-B
build \
6
-DCMAKE_INSTALL_PREFIX
=/
usr \
7
-DCMAKE_BUILD_TYPE
=
None \
8
-DBOOTSTRAP_DAEMON
=
OFF \
9
-DUSE_IPV6
=
OFF
10
11
12
cmake
--build
build
13
cmake
--install
build