stack_wallet/scripts/windows/deps.sh
sneurlax f6fe01f6d8 README updates
went through installation process and found multiple optimizations including better ordering and more complete notes in multiple places
2024-09-11 00:24:32 -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"