webrtc-sdk / libwebrtc

A C++ wrapper for binary release, mainly used for flutter-webrtc desktop (windows, linux, embedded).
MIT License
400 stars 78 forks source link

question: hard compile #5

Closed fawdlstty closed 2 years ago

fawdlstty commented 4 years ago

The dependencies required for compilation cannot be accessed directly in China, which brings great obstacles to compilation. Can all the dependencies be placed in the repo, and the compilation project only needs Cmake?

cloudwebrtc commented 2 years ago

I think this is difficult because the code tree of google webrtc completely relies on the GN compilation system, but I will use GitHub actions to provide pre-compiled binary SDK here, so you don't need to compile it yourself in the future.