Skip to content

asanoic/v8-mingw64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V8 JavaScript engine using CMake build system and GCC mingw-w64

fork from v8-cmake

build

To build the library and the d8 shell:

$ mkdir build && cd build
$ cmake /path/to/v8-mingw64
$ mingw32-make -j8 2>NUL

If CMake complains about python being incompatible or too old:

$ cmake -DPYTHON_EXECUTABLE=/usr/bin/python3 /path/to/v8-cmake

About

The V8 JavaScript engine, build using MinGW-w64

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 69.8%
  • JavaScript 28.2%
  • Python 1.4%
  • C 0.2%
  • TypeScript 0.2%
  • HTML 0.1%
  • Other 0.1%