Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove unused code from xmlrpc-c compile. See #50
  • Loading branch information
stickz authored Oct 1, 2024
1 parent 7e852c8 commit 3d9a1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
```
Expand Down

0 comments on commit 3d9a1c1

Please sign in to comment.