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