Libwebsockets is a lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions as client or server.
Libwebsockets is a lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions as client or server.
To install libwebsockets, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libwebsockets
To see what files were installed by libwebsockets, run:
port contents libwebsockets
To later upgrade libwebsockets, run:
sudo port selfupdate && sudo port upgrade libwebsockets
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.