1
0
Fork 0

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.
This commit is contained in:
Andréas Livet 2018-03-14 12:49:58 +01:00 committed by Chocobozzz
parent 9940241328
commit 44a9a76e29
1 changed files with 1 additions and 0 deletions

View 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