From 3d9a1c1cae652651eff8c7a93f371a664ac575e6 Mon Sep 17 00:00:00 2001 From: stickz Date: Tue, 1 Oct 2024 11:29:16 -0400 Subject: [PATCH] Update README.md Remove unused code from xmlrpc-c compile. See #50 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0d2e131..b0f8ece9 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ cd xmlrpc-c_trunk; **Afterwards, install xmlrpc-c using the following commands:** ``` -./configure --prefix=/usr --disable-cplusplus --disable-wininet-client --disable-libwww-client; +./configure --prefix=/usr --disable-cplusplus --disable-wininet-client --disable-libwww-client --disable-abyss-server --disable-cgi-server; make -j$(nproc) CFLAGS="-O3"; make -j$(nproc) install; ```