XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into XML document, sends it to a remote server using HTTP, and gets back the response as XML. This library provides a modular implementation of XML-RPC for C and C++.
XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into XML document, sends it to a remote server using HTTP, and gets back the response as XML. This library provides a modular implementation of XML-RPC for C and C++.
To install xmlrpc-c, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xmlrpc-c
To see what files were installed by xmlrpc-c, run:
port contents xmlrpc-c
To later upgrade xmlrpc-c, run:
sudo port selfupdate && sudo port upgrade xmlrpc-c
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.