This is a portable network library for use with SDL. Its goal is to simplify the use of the usual socket interfaces and use SDL to handle common portable functionality such as threading and reporting errors.
This is a portable network library for use with SDL. Its goal is to simplify the use of the usual socket interfaces and use SDL to handle common portable functionality such as threading and reporting errors.
To install SDL3_net, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install SDL3_net
To see what files were installed by SDL3_net, run:
port contents SDL3_net
To later upgrade SDL3_net, run:
sudo port selfupdate && sudo port upgrade SDL3_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.