mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-10 12:54:38 +00:00
8 lines
123 B
Bash
8 lines
123 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. ./config.sh
|
||
|
./install_missing_headers.sh
|
||
|
./build_openssl.sh
|
||
|
./build_boost.sh
|
||
|
./build_sodium.sh
|
||
|
./build_zano.sh
|