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
389 stars 181 forks source link

Win10, owt-debug.lib gets built ONLY IF openssl is used #580

Open LordTrololo opened 2 years ago

LordTrololo commented 2 years ago

In the README its implied that --openssl is an optional argument. However without that argument, out/owt-debug.lib wont get built.

The owt.lib, owt_sdk_p2p.lib and webrtc.lib DO get generated in their folders in out/debug-x64/... But I am not sure can these files replace owt-debug.lib or not...

Meonardo commented 2 years ago

If anyone dont know how to build owt without openssl on Windows, try to comment line 110 to 118 in file build-win.py.