Yeah, as you just joined us, most people build with WSL now. It's easy to setup, and works well.
- Open Powershell as Administrator and type: "Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux".
- Restart your PC
- Install the latest version of Ubuntu from the windows store. Time of writing: https://www.microsoft.com/en-gb/p/ub...s/9n6svws3rx71
- In powershell type "sudo apt update && sudo apt upgrade" and confirm.
- Do the following commands:
- sudo apt install make
- sudo apt install unzip
- sudo apt install gcc
- sudo apt install g++
- sudo apt-get install gcc-mingw-w64-i686
- sudo apt-get install g++-mingw-w64-i686
Now you're done and can make. Change the directory to where you have your keeperfx source, e.g:
Code:
cd "/mnt/d/source/keeperfx"
Type 'Make standard' to build the game.