Skip to content

Library for C++ style sockets

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

softwaresale/libsocketpp

Repository files navigation

libsocketpp

This is a collection of C++ classes for networking with TCP sockets

Installation

From the AUR

This package can be found in the AUR. Search for libsocketpp

From source...

./configure <prefix>
make
sudo make install

Usage

Compile any files with the -l socketpp flags If you get an error such as: ./a.out: error while loading shared libraries: libsocketpp.so.0: cannot open shared object file: No such file or directory

just run # ldconfig. If this command failes to fix your problem, then add /usr/local/lib or where ever you installed the library to /etc/ld.so.conf.

Contributing

See CONTRIBUTING.md

A note

The documentation is very out of date. Ignore the doc/ directory for now.