rawrtc / rawrtc-common

Common code used in RAWRTC projects.

Repository from Github https://github.comrawrtc/rawrtc-commonRepository from Github https://github.comrawrtc/rawrtc-common

RAWRTCC

CircleCI build status Travis CI build status Join our chat on Gitter

Contains common functionality required by both RAWRTC and RAWRTCDC.

Prerequisites

The following tools are required:

  • git
  • meson >= 0.46.0
  • ninja >= 1.5
  • Optional: pkg-config (pkgconf for newer FreeBSD versions)

Build

cd <path-to-rawrtcc>
mkdir build
meson build
cd build
ninja

Contributing

When creating a pull request, it is recommended to run format-all.sh to apply a consistent code style.

About

Common code used in RAWRTC projects.

License:BSD 2-Clause "Simplified" License


Languages

Language:C 78.9%Language:Meson 19.6%Language:Shell 1.6%