Skip to content

Commit

Permalink
remove impls/monero.rs/scripts/build_monero_c.sh
Browse files Browse the repository at this point in the history
see #67 (comment)

Co-authored-by: cyan <[email protected]>
  • Loading branch information
sneurlax and MrCyjaneK authored Oct 12, 2024
1 parent a81f173 commit aff9176
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions impls/monero.rs/scripts/build_monero_c.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,40 +50,6 @@ case $ARCH-$OS in
;;
esac

#../prepare_moneroc.sh
# See https://github.com/cypherstack/flutter_libmonero/blob/main/scripts/prepare_moneroc.sh
# flutter_libmonero/scripts/prepare_moneroc.sh:

if [[ ! -d "monero_c" ]];
then
#rm -rf monero_c
git clone https://github.com/sneurlax/monero_c --branch rust
fi
cd monero_c
#git checkout "6eb571ea498ed7b854934785f00fabfd0dadf75b"
git reset --hard
#git config submodule.libs/wownero.url https://git.cypherstack.com/Cypher_Stack/wownero
#git config submodule.libs/wownero-seed.url https://git.cypherstack.com/Cypher_Stack/wownero-seed
git submodule update --init --force --recursive
./apply_patches.sh monero
#./apply_patches.sh wownero

if [[ ! -f "monero/.patch-applied" ]];
then
./apply_patches.sh monero
fi

#if [[ ! -f "wownero/.patch-applied" ]];
#then
# ./apply_patches.sh wownero
#fi

# flutter_libmonero/scripts/linux/build_all.sh cont. ...

pushd ../monero_c
./build_single.sh monero "$TARGET_ARCH" -j$(nproc)
#./build_single.sh wownero "$TARGET_ARCH" -j$(nproc)
popd

unxz -f release/monero/${TARGET_ARCH}_libwallet2_api_c.so.xz
#unxz -f release/wownero/${TARGET_ARCH}_libwallet2_api_c.so.xz
Expand Down

0 comments on commit aff9176

Please sign in to comment.