mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 12:09:43 +00:00
14 lines
167 B
Bash
14 lines
167 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
|
||
|
. ./config.sh
|
||
|
|
||
|
./build_openssl.sh
|
||
|
./build_iconv.sh
|
||
|
./build_boost.sh
|
||
|
./build_zmq.sh
|
||
|
./build_expat.sh
|
||
|
./build_unbound.sh
|
||
|
./build_sodium.sh
|
||
|
./build_monero.sh
|