2016-02-08 71 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