Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libnetconf2
/
6c3e47346b373fc8058c88dfcbf1b31f0ba2ef07
/
.
/
doc
/
ABI
/
build.sh
blob: 8fd811e6b4f9afda69d48df1aca99fa29bbf2587 [
file
] [
log
] [
blame
]
Radek Krejci
4a2c755
2016-02-22 15:09:35 +0100
[
diff
] [
blame
]
1
#!/bin/sh
2
cmake
-
DENABLE_TLS
=
ON
-
DENABLE_SSH
=
ON
-
DCMAKE_INSTALL_PREFIX
:
PATH
=
$INSTALL_TO
/
usr
-
DCMAKE_BUILD_TYPE
:
String
=
"Debug"
.
&&
make
&&
make install
3