fpagliughi / sockpp

Modern C++ socket library.
BSD 3-Clause "New" or "Revised" License
769 stars 126 forks source link

How to build the example cpp files? #51

Closed devcat1010 closed 2 years ago

fpagliughi commented 2 years ago

I'll add these instructions to the README:

$ cd sockpp
$ cmake -Bbuild -DSOCKPP_BUILD_EXAMPLES=ON .
$ cmake --build build/