summary refs log tree commit diff
path: root/README.md
blob: 4ddd470835e5f21b42f69132b59e833b725f45e9 (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 [gRPC](https://github.com/grpc/grpc) library

### Building 

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