Blame SOURCES/README

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