]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Update g++ needed version (#338)
authorAndréas Livet <andreas.livet@gmail.com>
Wed, 14 Mar 2018 11:49:58 +0000 (12:49 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 14 Mar 2018 11:49:58 +0000 (12:49 +0100)
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.

support/doc/dependencies.md

index 53759ec46855dfc4fabf54c9c5959fd765eb2930..75539c073b748bc95047e877574e95ba72680d79 100644 (file)
@@ -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