RAWRTCC

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.