Add support to video support on client

This commit is contained in:
Chocobozzz
2018-02-20 16:13:05 +01:00
parent dddf58c8ce
commit 07fa4c97ca
28 changed files with 222 additions and 54 deletions

View File

@@ -10,7 +10,7 @@
```
$ sudo apt update
$ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server
$ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server git
```
## Arch Linux
@@ -18,7 +18,7 @@ $ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server
1. Run:
```
$ sudo pacman -S nodejs yarn ffmpeg postgresql openssl redis
$ sudo pacman -S nodejs yarn ffmpeg postgresql openssl redis git
```
## CentOS 7
@@ -36,7 +36,7 @@ $ sudo pacman -S nodejs yarn ffmpeg postgresql openssl redis
$ sudo yum update
$ sudo yum install epel-release
$ sudo yum update
$ sudo yum install nginx postgresql postgresql-server openssl gcc make redis
$ sudo yum install nginx postgresql postgresql-server openssl gcc make redis git
```
## Other distributions