mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-21 22:58:45 +00:00
build scripts
This commit is contained in:
parent
8c7d87b4dd
commit
9c6ddbaefb
2 changed files with 3 additions and 2 deletions
|
@ -7,3 +7,4 @@
|
||||||
./build_zmq.sh
|
./build_zmq.sh
|
||||||
./build_haven.sh
|
./build_haven.sh
|
||||||
./build_zano.sh
|
./build_zano.sh
|
||||||
|
./copy_zano_libs.sh
|
||||||
|
|
|
@ -4,10 +4,10 @@ set -o xtrace
|
||||||
. ./config.sh
|
. ./config.sh
|
||||||
#HAVEN_VERSION=tags/v3.0.7
|
#HAVEN_VERSION=tags/v3.0.7
|
||||||
ZANO_SRC_DIR=${WORKDIR}/zano
|
ZANO_SRC_DIR=${WORKDIR}/zano
|
||||||
ZANO_CHECKOUT_ID=master
|
ZANO_CHECKOUT_ID=develop
|
||||||
|
|
||||||
git clone --recursive https://github.com/hyle-team/zano.git ${ZANO_SRC_DIR}
|
git clone --recursive https://github.com/hyle-team/zano.git ${ZANO_SRC_DIR}
|
||||||
#cd $ZANO_SRC_DIR
|
cd $ZANO_SRC_DIR
|
||||||
git checkout ${ZANO_CHECKOUT_ID}
|
git checkout ${ZANO_CHECKOUT_ID}
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
Loading…
Reference in a new issue