Clone
1
Getting Started
Frank Pagliughi edited this page 2018-01-02 18:06:39 -05:00

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