mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
f6fe01f6d8
went through installation process and found multiple optimizations including better ordering and more complete notes in multiple places
9 lines
315 B
Bash
9 lines
315 B
Bash
#!/bin/bash
|
|
|
|
cd ../../crypto_plugins/flutter_libepiccash/scripts/windows && ./deps.sh
|
|
cd ../../crypto_plugins/flutter_liblelantus/scripts/windows && ./mxedeps.sh
|
|
# cd ../../crypto_plugins/flutter_libmonero/scripts/windows && ./monerodeps.sh && ./mxedeps.sh
|
|
sudo apt install libgtk2.0-dev
|
|
|
|
wait
|
|
echo "Done building"
|