owt-client-native icon indicating copy to clipboard operation
owt-client-native copied to clipboard

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

Open LordTrololo opened this issue 3 years ago • 1 comments

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...

LordTrololo avatar Jan 17 '22 14:01 LordTrololo

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

Meonardo avatar Mar 24 '22 02:03 Meonardo