From 2e1ea212a73a4c445fbf137c53de0e48fcf24b30 Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Fri, 20 Sep 2024 16:51:00 +0200 Subject: [PATCH] add `patch` as Arch dependency of fxSDK --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a78eade..6d8fc14 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Once you have GiteaPC, you can install the fxSDK with it. There are some more sy % sudo apt install cmake python3-pil libusb-1.0-0-dev libsdl2-dev libudisks2-dev libglib2.0-dev libpng-dev # For users of Arch Linux, Manjaro, and other Arch-based: -% sudo pacman -S cmake python-pillow libusb sdl2 udisks2 libpng ncurses +% sudo pacman -S cmake python-pillow libusb sdl2 udisks2 libpng ncurses patch ``` * CMake: This is the canonical build system for fxSDK tools and add-ins.