Blame SOURCES/README

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