This is a small sample cross-platform networking library, with a sample chat client and server application. The chat client uses the GUIlib GUI framework library.
This is a small sample cross-platform networking library, with a sample chat client and server application. The chat client uses the GUIlib GUI framework library.
To install libsdl_net, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libsdl_net
To see what files were installed by libsdl_net, run:
port contents libsdl_net
To later upgrade libsdl_net, run:
sudo port selfupdate && sudo port upgrade libsdl_net
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.