Blame SOURCES/README

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