mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
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
|