1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-20 09:41:35 +02:00
server/rtc/README.md
Flam3rboy 613ef19d21 rtc
2021-08-12 20:33:42 +02:00

19 lines
348 B
Markdown

# Fosscord-media
A Fosscord media (voice and video) server
## Installation
### Prerequisites
- Install the [libdatachannel](https://github.com/paullouisageneau/libdatachannel) library
- Install the [libmongocxx](http://mongocxx.org/mongocxx-v3/installation/) driver and its requirements
### Building
```bash
$ cmake
$ cd build
$ make
```