The Software collection v8314 is only ment to provide functionality for 
other software collections such as nodejs or mongodb.

Package v8314 provides V8 JavaScript engine delivered as a Software
Collection. For more information about Software Collections,
see the scl(1) man page. By installing the v8314 collection,
you will get the minimum working set of packages to have a working
V8 JavaScript engine.

Usage: scl enable v8314 'd8'

Software Collections allow you to build and execute applications
which are not located in the filesystem root hierarchy,
but are stored in an alternative location, which is /opt/rh/v8314/root
in case of the v8314 collection.

V8 is Google's open source JavaScript engine. V8 is written in C++ and is used
in Google Chrome, the open source browser from Google. V8 implements ECMAScript
as specified in ECMA-262, 3rd edition.

When you want to work with the v8314 collection, use the scl
utility (see the scl(1) man page for usage) to enable the scl
environment.

Configuration for the v8314 software collection is located
under /opt/rh/v8314/root/etc.

Examples:
scl enable v8314 'command --arg'
  Run a specific command with the argument --arg within the v8314
  software collections environment.

scl enable v8314 'd8'
  Run d8 from the v8314 software collection.

scl enable v8314 bash
  Run an interactive shell with the v8314 software collection enabled.

scl enable v8314 'man d8'
  Show man pages for the d8 command, which is a part of the
  v8314 software collection.

Report bugs to <http://bugzilla.redhat.com>.
