From 546042c8b150d3c6b91f8650720f92b9508b8fde Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Fri, 6 Mar 2026 02:03:22 -0600 Subject: [PATCH] docs: remove redundant sentence about windows crosscompilation --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 59574a125..15e8fc688 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ If you are on wayland, you may swap `glfw-x11` to `glfw-wayland` for native wayl > [!IMPORTANT] > GCC 15 or newer is currently *required* to build this project. Ubuntu installations in particular may have older versions preinstalled, so verify your compiler version with `gcc --version`. -This project uses the [Meson](https://mesonbuild.com/) (with [Ninja](https://ninja-build.org/)) as a build system and [lld](https://lld.llvm.org/) as a linker. At this time, compilation from Windows is unsupported (but plan). +This project uses the [Meson](https://mesonbuild.com/) (with [Ninja](https://ninja-build.org/)) as a build system and [lld](https://lld.llvm.org/) as a linker. #### Install Tooling @@ -70,7 +70,6 @@ This project uses the [Meson](https://mesonbuild.com/) (with [Ninja](https://nin sudo pacman -S lld ``` - #### Configure & Build ```bash