Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

renarin-kholin/coupling-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coupling

Media Server for Chaos communications.

Building Instructions

First clone the repository with its submodule dependencies using:

$ git clone --recurse-submodules https://github.com/shishudesu/coupling

Create a build folder and change directory:

$ cd coupling
$ mkdir build && cd build

Generate 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, Debug Release and RelWithDebInfo are available.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors