docs: Clarify SCL usage on CentOS.

This commit is contained in:
Bradley Sepos 2019-01-25 22:56:09 -05:00
parent 9beb618fd0
commit 7944285e77
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7
2 changed files with 4 additions and 4 deletions

View File

@ -99,7 +99,7 @@ The GNU Compiler Collection and related packages provided by CentOS 7 are old. I
sudo yum install centos-release-scl
sudo yum install devtoolset-7
sudo scl enable devtoolset-7 bash
sudo scl enable devtoolset-7 bash # launches a bash session with the appropriate tools enabled
To build the GTK [GUI](abbr:Graphical User Interface), install the graphical interface dependencies.
@ -111,4 +111,4 @@ CentOS is now prepared to build the HandBrake [CLI](abbr:Command Line Interface)
[^nasm-repo]: Installing newer packages than those available in the base repository may lead to incompatibility with other software expecting specific package versions.
[^gcc-scl]: SCL packages are isolated from base repository versions of similar packages. You can enable and disable these packages using the `scl` command line tool. For example, disable newer developer tools after compiling HandBrake by running `sudo scl disable devtoolset-7 bash`.
[^gcc-scl]: SCL packages are isolated from base repository versions of similar packages. You can enable these packages using the `scl` command line tool. When you are finished using these packages, simply log out of the active shell. New sessions will use the packages provided by the base repository.

View File

@ -99,7 +99,7 @@ The GNU Compiler Collection and related packages provided by CentOS 7 are old. I
sudo yum install centos-release-scl
sudo yum install devtoolset-7
sudo scl enable devtoolset-7 bash
sudo scl enable devtoolset-7 bash # launches a bash session with the appropriate tools enabled
To build the GTK [GUI](abbr:Graphical User Interface), install the graphical interface dependencies.
@ -111,4 +111,4 @@ CentOS is now prepared to build the HandBrake [CLI](abbr:Command Line Interface)
[^nasm-repo]: Installing newer packages than those available in the base repository may lead to incompatibility with other software expecting specific package versions.
[^gcc-scl]: SCL packages are isolated from base repository versions of similar packages. You can enable and disable these packages using the `scl` command line tool. For example, disable newer developer tools after compiling HandBrake by running `sudo scl disable devtoolset-7 bash`.
[^gcc-scl]: SCL packages are isolated from base repository versions of similar packages. You can enable these packages using the `scl` command line tool. When you are finished using these packages, simply log out of the active shell. New sessions will use the packages provided by the base repository.