From 3e23bcac754ea570287304ac1f59162d4cd3c127 Mon Sep 17 00:00:00 2001 From: Jonathan Washington Date: Sat, 17 Feb 2024 09:56:22 -0500 Subject: [PATCH] Update README.md (#834) Mention that the `pugixml` system library can be used if found, but it's optional --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c1d2e22d..0f16f47a 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ sudo dnf install SDL2-devel freeimage-devel freetype-devel curl-devel \ vlc-devel rapidjson-devel ``` + Optionaly, `pugixml` can be installed and used (Debian package: `libpugixml-dev`, Fedora/SuSE package: `pugixml-devel`), but EmulationStation can use its own included copy if not found. + **Note**: this repository uses a git submodule - to checkout the source and all submodules, use ```bash