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