Skip to content

cubbit/webrtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webrtc Build Status

A CMake compliant webrtc build tool.

How to build

make configure
make build-webrtc

Debug

make configure-debug
make build-webrtc

How to pack the artifacts for release

make pack