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 libsdl2_net, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libsdl2_net
To see what files were installed by libsdl2_net, run:
port contents libsdl2_net
To later upgrade libsdl2_net, run:
sudo port selfupdate && sudo port upgrade libsdl2_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.