jl777
8 years ago
3 changed files with 8 additions and 8 deletions
@ -1,8 +1,7 @@ |
|||
#./configure --enable-endomorphism --enable-module-ecdh --enable-module-schnorr --enable-module-rangeproof --enable-experimental --enable-module_recovery |
|||
rm ../agents/iguana *.o |
|||
if [[ $# -eq 0 ]]; then |
|||
git pull |
|||
fi |
|||
cd secp256k1; ./m_osx; cd .. |
|||
gcc -g -Wno-deprecated -c -O2 *.c databases/iguana_DB.c |
|||
gcc -g -Wno-deprecated -c main.c iguana777.c iguana_bundles.c |
|||
gcc -g -o ../agents/iguana *.o ../agents/libcrypto777.a -lpthread -lm |
|||
git pull |
|||
cd secp256k1; ./m_unix; cd .. |
|||
gcc -g -Wno-deprecated -c -O2 -DLIQUIDITY_PROVIDER=1 *.c ../basilisk/basilisk.c ../gecko/gecko.c ../datachain/datachain.c |
|||
gcc -g -Wno-deprecated -c -DLIQUIDITY_PROVIDER=1 main.c iguana777.c iguana_bundles.c ../basilisk/basilisk.c |
|||
gcc -g -o ../agents/iguana *.o ../agents/libcrypto777.a -lcurl -lssl -lcrypto -lpthread -lz -lm |
|||
|
Loading…
Reference in new issue