mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-20 09:44:46 +00:00
2b808ad50a
* change cw_decred from package to plugin * add libdcrwallet dependency and link library for android, ios and macos * remove spvwallet, make some libdcrwallet fns async, light refactor * libdcrwallet: use json payload returns * use specific libwallet commit hash * decred: fix Rename wallet. --------- Co-authored-by: JoeGruff <joegruffins@gmail.com>
9 lines
134 B
Bash
Executable file
9 lines
134 B
Bash
Executable file
#!/bin/bash
|
|
|
|
./build_iconv.sh
|
|
./build_boost.sh
|
|
./build_openssl.sh
|
|
./build_sodium.sh
|
|
./build_zmq.sh
|
|
./build_haven.sh
|
|
./build_decred.sh
|