Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 759 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 759 Bytes

libwebstreamer

Coding Rule see Google C++ Style Guide

How to build

tools you have to be installed first.

  • CMake
  • Python (cpplint rquired)
  • pkg-config
  • Visual Studio 2015/2017
  • GStreamer >=1.14.0 complete install

set the PKG_CONFIG_PATH=To where gstreamer lib pkg config (C:\gstreamer\1.0\x86_64\lib\pkgconfig)

add pkg-config.exe path to your enviroment PATH

first check code rule run tools/cpplint.bat if no error then build.

run tools/build.bat

You can use cam to simplify these

install python then do as below

pip install cam
cd libwebstreamer
cam build