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

Popular posts from this blog

jOOQ update returning clause with Oracle -

php - Realurl generating unwanted language codes inside url -

c# - Json.Net Serialize String from URI -