logos-blockchain-rust-rapid.../scripts/rapidsnark_build_dir.sh

14 lines
180 B
Bash
Raw Normal View History

2025-01-29 14:42:27 -08:00
#!/bin/sh
set -e
BUILD_DIR=$(mktemp -d)
git clone https://github.com/chancehudson/rapidsnark.git $BUILD_DIR
cd $BUILD_DIR
git submodule init
git submodule update
build_gmp.sh