webrtc-sdk / webrtc-build

webrtc build scripts
MIT License
25 stars 25 forks source link

How to modify the source code? #15

Closed marynovskyi closed 1 year ago

marynovskyi commented 1 year ago

Hi. I'm working on a project and we need to build webrtc with different package name, but I can't find where does it fetching the source. I'm building on ubuntu for android. I've checked your docs, but it doesn't create folders like _source or _build. I also tried running the build with run.py build android but it returns the error: FileNotFoundError: [Errno 2] No such file or directory: 'VERSION'.

davidliu commented 1 year ago

These scripts are for use with the webrtc-sdk/webrtc repo. The code is retrieved here:

https://github.com/webrtc-sdk/webrtc-build/blob/805265f197c42a746d6c5a755d02482617b077a7/build/run.py#L269

marynovskyi commented 1 year ago

Hi. Thanks for the response. I already figured it out. If anyone's gonna have the similar problem like me and you're building without docker - move VERSION file to the root directory of the project