docs: remove redundant sentence about windows crosscompilation

This commit is contained in:
Tropical 2026-03-06 02:03:22 -06:00
parent 29346e056c
commit 546042c8b1

View file

@ -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