2016-02-08 69 views
0

从源代码构建OpenWebRTC并使用cerbero构建系统。 OS Ubuntu。cerbero构建系统:如何重建?

建造一次。然后在OpenWebRTC源文件中更改了一个文件:$HOME/cerbero/sources/linux_x86_64/openwebrtc-0.3.0/local/owr_video_renderer.c。然后:

./cerbero-uninstalled -c config/linux.cbc package -f openwebrtc 

为什么它说“openwebrtc->已经建好”?如何重建?

回答

1

你应该使用git创建项目的本地分支(openwebrtc文件夹)

$git checkout -b <name_local_branch> 

然后在食谱/查找openwebrtc.recipe(或类似),并寻找这些线,只需要修改它们看起来像这样

remotes = {'<name_local_branch>','file:///path/to/source'} 
commit = '<name_local_branch>/<commit>' 

我也在为此工作,它对我有用一次,希望它可以帮助你。如果你能使它工作,告诉我。检查链接fyi http://gstreamer-devel.966125.n4.nabble.com/Building-GStreamer-SDK-from-latest-sources-for-ARM-Android-td4670784.html