Last active
April 11, 2021 02:33
-
-
Save hhanh00/44cfbb66e10d199d657d111ee078f358 to your computer and use it in GitHub Desktop.
build-mina.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rustup toolchain install 1.47 | |
pacman -S ocaml opam base-devel postgresql jemalloc rsync libsodium go | |
yay libsodium-static | |
git submodule update --init --recursive | |
make setup-opam | |
eval `opam config env` | |
make build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment