Skip to content
/ v8 Public
forked from objcode/v8

A custom distribution of the V8 Javascript engine

License

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE
BSD-3-Clause
LICENSE.strongtalk
BSD-3-Clause
LICENSE.v8
Unknown
LICENSE.valgrind
Notifications You must be signed in to change notification settings

Kanma/v8

 
 
This is a custom distribution of the V8 JavaScript Engine, version 3.8.9

This distribution includes a custom CMake-based build system, using XMake to
simplify the compilation/linking of the library alongside an external program.


License
-------

V8's license is unchanged: this library is released under the BSD License.

The license of V8 is contained in the file 'LICENSE'.


Submodules
----------

This distribution use XMake as a GIT submodule.

To download it, do:

	$ git submodule init
	$ git submodule update


Compilation
-----------

It is recommended to compile the library in a separate folder. Here's how I do it:

	$ mkdir v8build
	$ cd v8build
	$ cmake ..
	$ make

About

A custom distribution of the V8 Javascript engine

Resources

License

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE
BSD-3-Clause
LICENSE.strongtalk
BSD-3-Clause
LICENSE.v8
Unknown
LICENSE.valgrind

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 84.3%
  • JavaScript 14.4%
  • Other 1.3%