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
curl: bump to 7.83.0
[kiss-trunc88.git]
/
polymc
/
build
blob
574f65c394be1c0e3a06d3203a3c40788b48469b
1
#!/bin/sh -e
2
3
export
DESTDIR
=
"
$1
"
4
#export JAVA_HOME="/opt/jdk8"
5
6
git submodule update
--init
7
8
cmake
-S
.
-B
build \
9
-DCMAKE_INSTALL_PREFIX
=/
usr \
10
-DCMAKE_BUILD_TYPE
=
None \
11
-DLauncher_PORTABLE
=
0
12
13
cmake
--build
build
14
cmake
--install
build