socketio / socket.io-client-cpp

C++11 implementation of Socket.IO client
MIT License
2.26k stars 730 forks source link

Building with Docker #393

Open Azario16 opened 1 year ago

Azario16 commented 1 year ago

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! :)