From: Trent Huber Date: Mon, 23 Jun 2025 13:42:41 +0000 (-0400) Subject: Update `README.md' X-Git-Url: https://trenthuber.com/code?a=commitdiff_plain;h=b49c3cf461e521619411b67e6db2a0ed051a6dbf;p=xpmview.git Update `README.md' --- 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.