tree: ccf7dc1eed6d21d735aa8825cafa631e1a87d4dd [path history] [tgz]
  1. .circleci/
  2. include/
  3. src/
  4. subprojects/
  5. .clang-format
  6. .gitignore
  7. .travis.yml
  8. BUILD
  9. CHANGELOG.md
  10. format-all.sh
  11. LICENSE
  12. meson.build
  13. meson_options.txt
  14. README.md
  15. RELEASING.md
  16. WORKSPACE
third_party/rawrtc/rawrtc-common/README.md

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.