aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorAndréas Livet <andreas.livet@gmail.com>2018-03-14 12:49:58 +0100
committerChocobozzz <me@florianbigard.com>2018-03-14 12:49:58 +0100
commit44a9a76e29aab81e94b528895faa816ccbb09f07 (patch)
tree3fa7ece016bd2b94f85957ac79026ebd474c3d86 /support
parent9940241328acd0bf1bed62f2e83a8122b5d5daf4 (diff)
downloadPeerTube-44a9a76e29aab81e94b528895faa816ccbb09f07.tar.gz
PeerTube-44a9a76e29aab81e94b528895faa816ccbb09f07.tar.zst
PeerTube-44a9a76e29aab81e94b528895faa816ccbb09f07.zip
Update g++ needed version (#338)
In order to build properly rdf-canonize node nativ module gcc > 5 is needed. Tested on Ubuntu 14.04 with gcc 4.8, it didn't work. I had to install a newer gcc version and it was OK.
Diffstat (limited to 'support')
-rw-r--r--support/doc/dependencies.md1
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