Blame SOURCES/README

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