Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).

OMS Native SDK Build Script

Matsuzawa__Tomohiro
700 Views

Hello,

I created the OMS Native SDK Build Script for Android with Docker so that you can easy to build it on PC or Mac.

(You’ll need a Linux development machine for building WebRTC library.)

https://github.com/thmatuza/oms-native-sdk-build-docker

 

Feedback and suggestions are greatly appreciated. Thanks!

Best Regards,

Tomohiro Matsuzawa

0 Kudos
3 Replies
He_Z_Intel
Employee
700 Views

Looks good Tomohiro! Thanks for what you have done :)

I'd like to ask a question if you don't mind, as i am not very familiar with docker, how would you update the code and re-compile all the libraries? 

0 Kudos
Matsuzawa__Tomohiro
700 Views

Hi Hank,

Whenever you run build.sh, it run all commands written in Dockerfile because it specify --no-cache

https://github.com/thmatuza/oms-native-sdk-build-docker/blob/master/build.sh#L3

It checkouts and sync.

https://github.com/thmatuza/oms-native-sdk-build-docker/blob/master/build/Dockerfile#L5

Therefore, it updates the code and re-compile all the library whenever you run build.sh.

Does it make sense?

0 Kudos
Jianjun_Z_Intel
Employee
700 Views

Tomohiro, thanks for your contribution.

0 Kudos
Reply