socket.io-client-cpp icon indicating copy to clipboard operation
socket.io-client-cpp copied to clipboard

Building with Docker

Open Azario16 opened this issue 2 years ago • 0 comments

Hello!

I'll tell you a prehistory, I'm new to C++ and mostly work on the web with the front and backend, I know how to work with Docker and build janus-gateway on it, it's enough for me that he loads the necessary libraries and performs operations with cmake

So, I could not build build normally as indicated in the documentation inside the Docker container

The problem is that something goes wrong during the build process, but everything goes without errors and as a result, the build folder is not generated for me, inside which the necessary libraries are located

Can you add a ready-made Dockerfile to your project that works and that you can run it and get what you need?

It is not very convenient to load boost, openssl or something else libraries locally on windows and suffer from the fact that the local environment conflicts with something

Thanks in advance for your hard work! :)

Azario16 avatar Mar 23 '23 15:03 Azario16