Media Server for Chaos communications.
First clone the repository with its submodule dependencies using:
$ git clone --recurse-submodules https://github.com/shishudesu/couplingCreate a build folder and change directory:
$ cd coupling
$ mkdir build && cd buildGenerate build files in the build folder using the generator of your choice:
$ cmake ..I recommend using the Ninja Multi-Config Generator.
$ cmake .. -G "Ninja Multi-Config"
Build the project:
$ cmake --build . You can specify your build config if you used a Multi-Config generator
$ cmake --build . --config <Config>For
Ninja Multi-Config,DebugReleaseandRelWithDebInfoare available.