Blame SOURCES/README

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