I'm fairly new to Linux, so go easy please.
I am trying to install the Ming C Compiler on Kali 2.0
My first attempt was to do a simple "apt-get install mingw32" but the package cannot be located. I downloaded the .tar file from their website, unpacked it and in the README it says to run "sh x86-mingw32-build.sh --unattended mingw32" to install it, but when running that I receive a Syntax Error: bad function name message at the x86-mingw32-build.sh.functions file.
Any idea how to correct this Syntax Error? Any easier way to install the Ming C Compiler on Kali 2.0?
Thanks in Advance!