mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-08 03:49:43 +00:00
7 lines
106 B
Bash
Executable file
7 lines
106 B
Bash
Executable file
#!/bin/sh
|
|
|
|
. ./config.sh
|
|
./install_missing_headers.sh
|
|
./build_openssl.sh
|
|
./build_boost.sh
|
|
./build_zano.sh
|