Blame SOURCES/README

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