docs: remove redundant sentence about windows crosscompilation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user