You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2019. It is now read-only.
On the current version of the library, compilation has not been tested on Windows and no support is provided for this platform. So it is highly possible that the library does not compile on Windows and behavior is totally unexpected since it hasn't been tested.
However, it is possible that porting this current version to windows should require little work.
There should be a new version of the library in the next few days that will get rid of the Boost.Asio dependency and will be based on the raw socket API instead. However, no support will be provided immediately for windows and this new version will require a lot more work to port it.
* Produce and install PDB (debug symbols) on Windows
Useful for CMake configs like "Debug" or "RelWithDebInfo". It avoids a
MSVC warning when one tries to link to the library from an own project.
* surround PDB if if(WIN32)
Whether the client is suitable for the Windows? Compile the same steps?Thank you.
The text was updated successfully, but these errors were encountered: