diff options
Diffstat (limited to 'support/doc/dependencies.md')
-rw-r--r-- | support/doc/dependencies.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 86e8bdbcf..74ba0dd6a 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -54,12 +54,12 @@ $ sudo pacman -S nodejs yarn ffmpeg postgresql openssl redis git wget unzip pyth | |||
54 | $ sudo yum update | 54 | $ sudo yum update |
55 | $ sudo yum install epel-release centos-release-scl | 55 | $ sudo yum install epel-release centos-release-scl |
56 | $ sudo yum update | 56 | $ sudo yum update |
57 | $ sudo yum install nginx postgresql postgresql-server openssl gcc-c++ make redis git devtoolset-6 | 57 | $ sudo yum install nginx postgresql postgresql-server openssl gcc-c++ make redis git devtoolset-7 |
58 | ``` | 58 | ``` |
59 | 59 | ||
60 | 5. You need to use a more up to date version of G++ in order to run the yarn install command, hence the installation of devtoolset-6. | 60 | 5. You need to use a more up to date version of G++ in order to run the yarn install command, hence the installation of devtoolset-6. |
61 | ``` | 61 | ``` |
62 | $ sudo scl devtoolset-6 bash | 62 | $ sudo scl enable devtoolset-7 bash |
63 | ``` | 63 | ``` |
64 | 64 | ||
65 | ## FreeBSD | 65 | ## FreeBSD |