mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-24 11:15:58 +00:00
51c45d4332
move windows dep from docs to script that's already ran according to the docs but also correct the docs re: the windows scripts
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"
|