sdl2_net

Cross-platform networking library for SDL2 applications

brewmacoslinux
Try with needOr install directly
Source

About

Small sample cross-platform networking library

Commands

sdl2_net

Examples

Link SDL2_net library in C/C++ project compilation$ gcc myapp.c -o myapp $(pkg-config --cflags --libs SDL2_net)
Include SDL2_net headers in development environment$ brew info sdl2_net
Verify SDL2_net installation and version$ pkg-config --modversion SDL2_net