From 980fcf9bec8f13dbf74bc0c18ed4c6e94daa5918 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 27 Jul 2025 17:55:06 -0400 Subject: [PATCH] Add missing dependency to the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b3eb0ad9b..2036b027b9 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ The following dependencies are required. - aspnetcore-runtime-8.0 (See Prerequisites under the `Ubuntu/Debian Package` section) - libc6-i386 - libstdc++6:i386 +- libcurl4:i386 - gcc-multilib (Only on 64-bit systems) - gdb (for using gcore to create core dumps)