From 7d40250c11077d6717388412479a65bb8826960b Mon Sep 17 00:00:00 2001 From: Newe Date: Fri, 21 May 2021 11:13:17 +0200 Subject: [add] Basic project structure --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ecd3c7ca..4ddd4708 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,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 +``` -- cgit 1.5.1