How to build libjingle_peerconnection of webrtc only -
i try build webrtc project. big. ninja file generated whole project. how build single libjingle_peerconnection lib ?
after running hooks (ie. gclient sync
) setup directories, can compile libs want running like,
ninja -c ./out <libjingle libs>
you can create own separate .gyp file build static lib has libjingle libs direct dependencies, way have build single lib link libjingle libs.
Comments
Post a Comment