From 81cbc3ee499040e7bd5b7d317b7e24cb8fddbd04 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 28 Sep 2022 21:41:54 +0200 Subject: [PATCH] windows notes --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index af9d8d0..c178bbb 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ and can be done on a host machine (e.g. laptop). # Requirements +For you own sanity, I really recommend doing this in an Unix environment. If you do not have +or do not want to use a VM, consider using [Ubuntu WSL](https://ubuntu.com/wsl) on Windows. + 1. [`git`](https://git-scm.com/) installed 2. [`cmake`](https://cmake.org/) installed as the build system generator 3. C++ compiler installed. On Windows, you can use [MinGW64](https://www.msys2.org/) or