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:
parent
9940241328
commit
44a9a76e29
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
$ sudo apt update
|
$ sudo apt update
|
||||||
$ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server git
|
$ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server git
|
||||||
$ ffmpeg -version # Should be >= 3.x
|
$ ffmpeg -version # Should be >= 3.x
|
||||||
|
$ g++ -v # Should be >= 5.x
|
||||||
```
|
```
|
||||||
|
|
||||||
## Arch Linux
|
## Arch Linux
|
||||||
|
|
Loading…
Reference in a new issue