mirror of
https://github.com/logos-co/nomos-specs.git
synced 2025-01-23 22:08:57 +00:00
Added install script for building in arm64 in osx arkworks bls dep
This commit is contained in:
parent
c18e2de29d
commit
7ca85a7115
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
pip install maturin
|
pip install maturin
|
||||||
git clone git@github.com:crate-crypto/py-arkworks-bls12381.git
|
git clone --depth 1 --branch v0.3.4 git@github.com:crate-crypto/py-arkworks-bls12381.git
|
||||||
cd py-arkworks-bls12381
|
cd py-arkworks-bls12381
|
||||||
maturin develop
|
maturin develop
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user