-
Hi, How should I proceed to building a shared library and installing it in my system path? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I need to use this library to implement socket server in my C++ Application. |
Beta Was this translation helpful? Give feedback.
-
This whole library is header-only, so there is no library to build. You simply drag and drop the src folder to your project or add includepaths. uSockets is the only library you need to build and it has plenty of docs. |
Beta Was this translation helpful? Give feedback.
-
Thanks, for the information. |
Beta Was this translation helpful? Give feedback.
-
You have to read the docs and study the examples. There are plenty of info already written. |
Beta Was this translation helpful? Give feedback.
This whole library is header-only, so there is no library to build. You simply drag and drop the src folder to your project or add includepaths. uSockets is the only library you need to build and it has plenty of docs.