CoSMoSoftware / OBS-studio-webrtc

This is a fork of OBS-studio with generic support for webrtc. It leverages the same webrtc implementation most browsers use.
http://www.cosmosoftware.io
GNU General Public License v2.0
593 stars 130 forks source link

Add CMakefike stuff to websocketclient project #27

Closed murillo128 closed 6 years ago

murillo128 commented 6 years ago

What is missing:

To compile static libcurl on windows

git clone https://github.com/curl/curl
cd winbuild
nmake RTLIBCFG=static /f Makefile.vc mode=static DEBUG=no MACHINE=x64
agouaillard-cosmo commented 6 years ago

done.