go-v8 icon indicating copy to clipboard operation
go-v8 copied to clipboard

build instructions for windows are outdated

Open tux21b opened this issue 11 years ago • 1 comments

I wanted to give go-v8 a try, but I am in front of a windows PC right now and the build instructions for windows in the README seem to be outdated. Support for make v8wrap.dll was removed with https://github.com/mattn/go-v8/commit/0900d9a6e6df7ce7320ecc52f8054a049e958ed4. Is Windows still a supported platform of this project?

tux21b avatar May 14 '14 20:05 tux21b

Currently, Makefile is not needed. you can build with just go build. I'll remove Makefile in later.

mattn avatar May 15 '14 00:05 mattn