mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-01 01:47:41 +00:00
9 lines
No EOL
140 B
Bash
Executable file
9 lines
No EOL
140 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_monero.sh |