sony / v8eval

Multi-language bindings to JavaScript engine V8
MIT License
403 stars 37 forks source link

Running in Windows environment #26

Open kokhoor opened 6 years ago

kokhoor commented 6 years ago

Can I run this on Windows if I am able to build v8 separately?

YoshiyukiMineo commented 6 years ago

Sorry for the late reply.

As of now, v8eval supports Mac, Linux and other xNIX. v8eval uses a Bourne Shell script and it does not work on Windows natively.

But on Windows 10, you can use Windows Subsystem for Linux and I think you can install and run v8eval on it.