websocketpp icon indicating copy to clipboard operation
websocketpp copied to clipboard

How do I complile this for windows 10?

Open rajhlinux opened this issue 3 years ago • 1 comments

I have both MiniGW and Visual studio code, how to compile?

There are no instructions.

I can also use Linux/Unix as well.

Just need instructions.

Thanks.

rajhlinux avatar Apr 17 '22 22:04 rajhlinux

The library is header only, there is no need to compile it. Just make sure the headers are in the search paths for the build system for your own app.

zaphoyd avatar Apr 17 '22 23:04 zaphoyd