From 42dd49aa7521a0ccaee2d9aef8c3aac01279e3f7 Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Sun, 1 Aug 2021 20:10:15 +0800 Subject: [PATCH] WSL1 notice. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5828c0d..adc1ff3 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Note for Ubuntu ARM64: If APT can't find `libsndio-dev` and `fcitx-libs-dev`, ma Afterwards, run `make`. `love-master.AppImage` (by default) will be generated. See the Makefile script for various tweakable variables. +If you're running WSL 1, run `make QEMU=env` instead to bypass FUSE requirement restrictions by extrating `appimagetool` somewhere else first. + License -----