libxaw3d

3D Athena widget set library for X.Org applications

brewmacoslinux
Try with needOr install directly
Source

About

X.Org: 3D Athena widget set based on the Xt library

Commands

libxaw3d

Examples

Link against libxaw3d when compiling X11 applications that use Athena widgets$ gcc -o myapp myapp.c `pkg-config --cflags --libs xaw3d`
Check if libxaw3d is properly installed and get version information$ pkg-config --modversion xaw3d
Verify library files are available in the system$ find $(brew --prefix libxaw3d) -name '*.a' -o -name '*.so*'