diff options
-rw-r--r-- | support/doc/dependencies.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 53759ec46..75539c073 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -21,6 +21,7 @@ | |||
21 | $ sudo apt update | 21 | $ sudo apt update |
22 | $ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server git | 22 | $ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server git |
23 | $ ffmpeg -version # Should be >= 3.x | 23 | $ ffmpeg -version # Should be >= 3.x |
24 | $ g++ -v # Should be >= 5.x | ||
24 | ``` | 25 | ``` |
25 | 26 | ||
26 | ## Arch Linux | 27 | ## Arch Linux |