This website requires JavaScript.
Explore
Help
Sign In
milksad
/
rust-bitcoin-unsafe-fast
Watch
14
Star
0
Fork
You've already forked rust-bitcoin-unsafe-fast
0
Code
Issues
Pull Requests
Activity
438c000316
rust-bitcoin-unsafe-fast
/
hashes
/
embedded
/
scripts
/
install-deps
4 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Use bash to run shell scripts Use `bash` instead of `sh` to run shell scripts. We would like to support Nix users who do not typically have any shell other than `sh` at a known path, therefore use `/usr/bin/env bash`.
2024-01-28 19:58:05 +00:00
#!/usr/bin/env bash
hashes/embedded: Add script dir and README To help folk work out how to run the `hashes/embedded` test crate copy over the `script` directory and an updated version of the `README` from `embedded/bitcoin`.
2023-06-28 04:48:17 +00:00
apt install gcc-arm-none-eabi qemu-system-arm gdb-multiarch