I am using Strawberry Perl and the command line. I need to know how to install packages like MinGW. I've downloaded MinGW from Github and I need to run the following command-
./build --mode=gcc-4.8.1 --arch=x86_64
But it doesn't work. Am I doing something wrong? Am I using the wrong command or should I be using something other than the command line?
The error is:
'.' is not recognized as an internal or external command, operable program or batch file.
I'm using Windows 10.