Blame SOURCES/README

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