toxcore

C library implementing the Tox peer-to-peer encrypted messaging protocol

brewmacoslinux
Try with needOr install directly
Source

About

C library implementing the Tox peer to peer network protocol

Commands

toxcore

Examples

Link toxcore library in a C project compilation$ gcc myapp.c -o myapp $(pkg-config --cflags --libs libtoxcore)
Check toxcore library version and installation$ pkg-config --modversion libtoxcore
Verify toxcore headers are available for development$ pkg-config --cflags libtoxcore