mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-01 01:47:41 +00:00
10 lines
No EOL
159 B
Bash
Executable file
10 lines
No EOL
159 B
Bash
Executable file
#!/bin/sh
|
|
|
|
. ./config.sh
|
|
./install_missing_headers.sh
|
|
./build_openssl.sh
|
|
./build_boost.sh
|
|
./build_sodium.sh
|
|
./build_zmq.sh
|
|
./build_unbound.sh
|
|
./build_monero.sh |