From: Andréas Livet Date: Wed, 14 Mar 2018 11:49:58 +0000 (+0100) Subject: Update g++ needed version (#338) X-Git-Tag: v1.0.0-alpha.8~6 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=44a9a76e29aab81e94b528895faa816ccbb09f07;p=github%2FChocobozzz%2FPeerTube.git 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. --- 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 @@ $ sudo apt update $ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server git $ ffmpeg -version # Should be >= 3.x +$ g++ -v # Should be >= 5.x ``` ## Arch Linux