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
prboom-plus, dsda-doom: don't use pcre
[kiss-trunc88.git]
/
prboom-plus
/
build
blob
0a9c60f6411e63632832a0a3e6264bdcfb97fc41
1
#!/bin/sh -e
2
3
export
DESTDIR
=
"
$1
"
4
5
cd
prboom2
6
7
cmake
-S
.
-B
build \
8
-DCMAKE_BUILD_TYPE
=
None \
9
-DCMAKE_INSTALL_PREFIX
=/
usr \
10
-DWITH_PCRE
=
OFF
11
12
cmake
--build
build
13
cmake
--install
build