mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-05 10:22:31 +01:00
19 lines
348 B
Markdown
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
|
|
```
|