Vencislav Atanasov | 321de68 | 2017-05-01 22:57:01 +0300 | [diff] [blame^] | 1 | #!/bin/bash -e |
2 | |||||
3 | # Update the OS and install all required packages | ||||
4 | apt-get update | ||||
5 | apt-get dist-upgrade -y | ||||
6 | apt-get install -y zip build-essential gcc-mingw-w64-i686 gcc-mingw-w64-x86-64 texinfo automake libtool-bin flex bison libncurses-dev |