Skip to content

Windows

Dave Williams edited this page Feb 8, 2026 · 1 revision

Note

I was going to do a screencast setting up a Windows machine, but because nested virtualisation is not supported until aarch64 hosts, I can't; WSL is broken and stuck on version 1. So here's the best I can do for you.

build-essential

Assuming you're running Ubuntu in your WSL2 container, run

sudo apt update && sudo apt -y install build-essential

This should set you up with the baseline of build deps.

Clone this wiki locally