We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34098b6 commit fb30981Copy full SHA for fb30981
assets/veles.jpg
23.7 KB
config/veles/veles.compile
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+chmod u+x share/genbuild.sh
3
+chmod u+x src/leveldb/build_detect_platform
4
+chmod u+x ./autogen.sh && ./autogen.sh
5
+./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc
6
+make
7
+make install
config/veles/veles.env
@@ -0,0 +1,5 @@
+CODENAME=veles
+MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/velesd}
+MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-21337}
+GIT_URL=https://github.com/Velescore/Veles.git
+SCVERSION="master"
0 commit comments