stack_wallet/scripts/windows/deps.sh
sneurlax 51c45d4332 touch docs and scripts
move windows dep from docs to script that's already ran according to the docs
but also correct the docs re: the windows scripts
2024-09-11 00:18:31 -05:00

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"