Blame SOURCES/README

e9d4b2
The Software collection %{scl_name} is only ment to provide functionality for 
e9d4b2
other software collections such as nodejs or mongodb.
e9d4b2
e9d4b2
Package %{scl_name} provides V8 JavaScript engine delivered as a Software
e9d4b2
Collection. For more information about Software Collections,
e9d4b2
see the scl(1) man page. By installing the %{scl_name} collection,
e9d4b2
you will get the minimum working set of packages to have a working
e9d4b2
V8 JavaScript engine.
e9d4b2
e9d4b2
Usage: scl enable %{scl} 'd8'
e9d4b2
e9d4b2
Software Collections allow you to build and execute applications
e9d4b2
which are not located in the filesystem root hierarchy,
e9d4b2
but are stored in an alternative location, which is %{_scl_root}
e9d4b2
in case of the %{scl_name} collection.
e9d4b2
e9d4b2
V8 is Google's open source JavaScript engine. V8 is written in C++ and is used
e9d4b2
in Google Chrome, the open source browser from Google. V8 implements ECMAScript
e9d4b2
as specified in ECMA-262, 3rd edition.
e9d4b2
e9d4b2
When you want to work with the %{scl_name} collection, use the scl
e9d4b2
utility (see the scl(1) man page for usage) to enable the scl
e9d4b2
environment.
e9d4b2
e9d4b2
Configuration for the %{scl_name} software collection is located
e9d4b2
under %{_sysconfdir}.
e9d4b2
e9d4b2
Examples:
e9d4b2
scl enable %{scl_name} 'command --arg'
e9d4b2
  Run a specific command with the argument --arg within the %{scl_name}
e9d4b2
  software collections environment.
e9d4b2
e9d4b2
scl enable %{scl_name} 'd8'
e9d4b2
  Run d8 from the %{scl_name} software collection.
e9d4b2
e9d4b2
scl enable %{scl_name} bash
e9d4b2
  Run an interactive shell with the %{scl_name} software collection enabled.
e9d4b2
e9d4b2
scl enable %{scl_name} 'man d8'
e9d4b2
  Show man pages for the d8 command, which is a part of the
e9d4b2
  %{scl_name} software collection.
e9d4b2
e9d4b2
Report bugs to <http://bugzilla.redhat.com>.