mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-10 00:44:52 -06:00
docs: Clarify SCL usage on CentOS.
This commit is contained in:
parent
9beb618fd0
commit
7944285e77
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user