I am following the instructions of this page: https://github.com/bitcoin/bitcoin/blob/master/doc/build-windows.md
When I get to sudo apt install g++-mingw-w64-x86-64 it fails, because of an unmet dependency. Which this dependency is does not matter, I am following down the chain of unmet dependencies with apt install to the bottom and that's when I find the problem:
Depends: binutils (>= 2.28) but 2.26.1-1ubuntu1~16.04.5 is to be installed
lsb_release -a gives the following output:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
While I am new to WSL, I suspect I'm not able to upgrade from xenial. Am I right?
The right solution would be to somehow install newer version of binutils, right? How can I do that?
[ ] Also this issue should not be closed until the documentation had been updated.
Cc @sipsorcery, because you've just worked on the WSL documentation 15 days ago.