Blame SOURCES/README

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