UPDATE ......From Tuesday 8 April 2025 we have changed the way that Single Sign-on works on this wiki. Please see here for more information:
Update
...
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
...