summary refs log tree commit diff
path: root/README.md
blob: a1ff3c085ad44012f8b861fc84a9b28d930d8076 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Fosscord-media
A Fosscord media (voice and video) server


## Installation
### Prerequisites
- Install the [libdatachannel](https://github.com/paullouisageneau/libdatachannel) library
- Install the [limbongocxx]() driver

### Building 

```bash
$ cmake
$ cd build
$ make
```