Most software follows a 3-step process to build from source: ./configure && make && make install. The configure script checks dependencies, while make generates an executable; autoconf/automake help ...
The Windows Subsystem for Linux (WSL) is a set of software tools that basically lets you install and run native Linux applications on a Windows PC without rebooting ...