Skip to content

Commit 4da28d1

Browse files
author
Neel Goyal
committed
Update readme
1 parent 1a6af69 commit 4da28d1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ WHATS:
66

77
Go bindings for V8
88

9+
UPDATE for V8 3.21
10+
------------------
11+
12+
Only got this going against v8 for OSX. Build V8 for OSX as described by https://code.google.com/p/v8/wiki/BuildingWithGYP
13+
Copy $(V8SRCROOT)/include/ files to /usr/local/include
14+
Copy $(V8SRCROOT)/native/out/libv8\* files to /usr/local/lib
15+
16+
'''
17+
go test
18+
# testmain
19+
github.com/mattn/go-v8(__DATA/__datacoal_nt): unexpected reloc for dynamic symbol _ZTVN10__cxxabiv117__class_type_infoE
20+
github.com/mattn/go-v8(__DATA/__datacoal_nt): unhandled relocation for _ZTVN10__cxxabiv117__class_type_infoE (type 28 rtype 120)
21+
FAIL github.com/mattn/go-v8 [build failed]
22+
'''
23+
924
INSTALL:
1025
--------
1126

0 commit comments

Comments
 (0)