2021-04-24 18:31:23 +02:00
|
|
|
# Fosscord-media
|
2021-04-06 23:25:11 +02:00
|
|
|
|
2021-08-12 20:32:55 +02:00
|
|
|
A Fosscord media (voice and video) server
|
2021-04-06 23:25:11 +02:00
|
|
|
|
2021-05-21 11:13:17 +02:00
|
|
|
## Installation
|
2021-05-25 01:20:14 +02:00
|
|
|
|
2021-05-21 11:13:17 +02:00
|
|
|
### Prerequisites
|
2021-05-25 01:20:14 +02:00
|
|
|
|
2021-08-12 20:32:55 +02:00
|
|
|
- Install the [libdatachannel](https://github.com/paullouisageneau/libdatachannel) library
|
|
|
|
- Install the [libmongocxx](http://mongocxx.org/mongocxx-v3/installation/) driver and its requirements
|
2021-05-25 01:20:14 +02:00
|
|
|
|
2021-08-12 20:32:55 +02:00
|
|
|
### Building
|
2021-05-25 01:20:14 +02:00
|
|
|
|
|
|
|
```bash
|
2021-05-21 11:13:17 +02:00
|
|
|
$ cmake
|
|
|
|
$ cd build
|
|
|
|
$ make
|
2021-04-06 23:25:11 +02:00
|
|
|
```
|