Blame SOURCES/README

0ea13b
Package %{scl_name} is the main package for Red Hat GCC
0ea13b
Toolset 9.  By installing the %{scl_name} package, you will get
0ea13b
the working set of packages that are included in Red Hat GCC
0ea13b
Toolset 9.  It is possible to install only certain components,
0ea13b
such as the toolchain packages used to develop and debug
0ea13b
applications, since this package contains a number of meta packages.
0ea13b
These are: %{scl_name}-perftools, which includes performance
0ea13b
monitoring tools; and %{scl_name}-toolchain, which includes
0ea13b
development and debugging tools.
0ea13b
0ea13b
Usage: scl enable %{scl} <command>
0ea13b
0ea13b
Red Hat GCC Toolset allows you to build and execute applications
0ea13b
which are not located in the filesystem root hierarchy, but are
0ea13b
stored in an alternative location, which is %{_scl_root} in case
0ea13b
of the %{scl_name} collection.
0ea13b
0ea13b
Examples:
0ea13b
scl enable %{scl_name} 'command --arg'
0ea13b
  Run a specific command with the argument --arg within the %{scl_name}
0ea13b
  Red Hat GCC Toolset environment.
0ea13b
0ea13b
scl enable %{scl_name} 'gcc'
0ea13b
  Run GCC from the %{scl_name} Red Hat GCC Toolset.
0ea13b
0ea13b
scl enable %{scl_name} 'bash'
0ea13b
  Run an interactive shell wherein the %{scl_name} software collection
0ea13b
  is enabled.
0ea13b
0ea13b
scl enable %{scl_name} 'man gcc'
0ea13b
  Show man pages for the gcc command, which is a part of the
0ea13b
  %{scl_name} Red Hat GCC Toolset.
0ea13b
0ea13b
Report bugs to <http://bugzilla.redhat.com>.