mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-04-15 00:41:54 +00:00
cake_wallet/scripts/ios/build_zano_all.sh
8 lines
106 B
Bash
8 lines
106 B
Bash
#!/bin/sh
|
|||
|
|||
. ./config.sh
|
|||
./install_missing_headers.sh
|
|||
./build_openssl.sh
|
|||
./build_boost.sh
|
|||
./build_zano.sh
|