open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
391 stars 180 forks source link

Building on windows - headers missing #544

Closed LordTrololo closed 3 years ago

LordTrololo commented 3 years ago

Hi, I am running Win10 and am trying to build the owt-client-native.

When I run: python build-win.py --gn_gen --arch x64 --ssl_root "pathTo\openssl-1.1.1k-win64-mingw" --msdk_root "C:\Program Files (x86)\IntelMediaSDK2021R1\Intel(R) Media SDK 2021 R1\Software Development Kit" it seems that .lib files are successfully generated in out\debug-x64\obj\talk\owt. There I can find owt.lib, owt_sdk_base.lib, owt_sdk_conf.lib and owt_sdk_p2p.lib.

However where can I find the corresponding header files ?

LordTrololo commented 3 years ago

I found them ! On the fourth day look to the src\talk\owt\sdk\include\cpp !