Skip to content

Instantly share code, notes, and snippets.

@hhanh00
Last active April 11, 2021 02:33
Show Gist options
  • Save hhanh00/44cfbb66e10d199d657d111ee078f358 to your computer and use it in GitHub Desktop.
Save hhanh00/44cfbb66e10d199d657d111ee078f358 to your computer and use it in GitHub Desktop.
build-mina.sh
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