From b49c3cf461e521619411b67e6db2a0ed051a6dbf Mon Sep 17 00:00:00 2001 From: Trent Huber Date: Mon, 23 Jun 2025 09:42:41 -0400 Subject: [PATCH] Update `README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f42f49e..7dc5385 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ simplexpm is a simple GUI application used to view XPM image files. ## Building > [!NOTE] -> If building on Linux, [Raylib](https://github.com/raysan5/raylib) has been configured to use X11. If you don't have X11 installed, you can either install the necessary X11 packages or change the `CFGRAPHICS` [macro](https://github.com/raysan5/raylib/blob/282d6478baa51a509bf0a4b1d761a0bd7fd8bbf7/src/rglfw.c#L32) in `build.h` to use Wayland instead. +> If building on Linux, [Raylib](https://github.com/raysan5/raylib) has been configured to use X11. If you don't have X11 installed, you can either install the necessary X11 packages or change the `CFGRAPHICS` [macro](https://github.com/raysan5/raylib/blob/282d6478baa51a509bf0a4b1d761a0bd7fd8bbf7/src/rglfw.c#L32) in `external/build.c` to use Wayland instead. This repository uses submodules, so you'll need to clone it recursively. -- 2.51.0