- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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?