-
Notifications
You must be signed in to change notification settings - Fork 129
Getting Started
Frank Pagliughi edited this page Jan 2, 2018
·
1 revision
Currently the sockpp library is only supported on Linux, using GNU Make. Use the standard targets to build and install it, and then run ldconfig
to insure that the loader cache is updated:
$ git clone https://github.com/fpagliughi/sockpp.git
$ cd sockpp
$ make
$ sudo make install
$ sudo ldconfig