Blame SOURCES/README

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