Install Windows for Linux subsystem
REFERENCES
https://docs.microsoft.com/fr-fr/windows/wsl/install-win10
Open PowerShell (ADMIN) and execute
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
INSTALLATION
Ubuntu distribution
Download and install Ubuntu from Microsoft Store

Update your environment
sudo apt-get update
sudo apt-get upgrade
Install additional librairies
Boost
sudo apt-get install libboost1.67-all-dev
(Install everything)