mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-20 04:15:53 +01:00
Restored build by using develop bitmonero
wallet_merged2 related issue - temporary reverted bitmonero commit that removes wallet_merged2 target
This commit is contained in:
parent
4fa8ad3b19
commit
497a6b8de3
@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
BITMONERO_URL=https://github.com/mbg033/bitmonero.git
|
||||
BITMONERO_BRANCH=master
|
||||
BITMONERO_BRANCH=develop
|
||||
# thanks to SO: http://stackoverflow.com/a/20283965/4118915
|
||||
CPU_CORE_COUNT=$(grep -c ^processor /proc/cpuinfo 2>/dev/null || sysctl -n hw.ncpu)
|
||||
pushd $(pwd)
|
||||
@ -17,10 +17,15 @@ if [ ! -d $BITMONERO_DIR ]; then
|
||||
git clone --depth=1 $BITMONERO_URL $BITMONERO_DIR --branch $BITMONERO_BRANCH --single-branch
|
||||
else
|
||||
cd $BITMONERO_DIR;
|
||||
git checkout $BITMONERO_BRANCH
|
||||
git pull;
|
||||
fi
|
||||
|
||||
echo "cleaning up existing bitmonero build dir, libs and includes"
|
||||
rm -fr $BITMONERO_DIR/build
|
||||
rm -fr $BITMONERO_DIR/lib
|
||||
rm -fr $BITMONERO_DIR/include
|
||||
|
||||
mkdir -p $BITMONERO_DIR/build/release
|
||||
pushd $BITMONERO_DIR/build/release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user