...
Install Ubuntu 20.
Install MinGW:
Code Block | ||
---|---|---|
| ||
sudo apt-get install mingw-w64 |
Install the usual build - tools and MinGW:
Code Block | ||
---|---|---|
| ||
sudo apt-get install build-essential mingw-w64 |
Configuration
Create the script file /usr/bin/mingw64
...
...
Install Ubuntu 20.
Install MinGW:
Code Block | ||
---|---|---|
| ||
sudo apt-get install mingw-w64 |
Install the usual build - tools and MinGW:
Code Block | ||
---|---|---|
| ||
sudo apt-get install build-essential mingw-w64 |
Create the script file /usr/bin/mingw64
...