We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6af69 commit 4da28d1Copy full SHA for 4da28d1
README.md
@@ -6,6 +6,21 @@ WHATS:
6
7
Go bindings for V8
8
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
24
INSTALL:
25
--------
26
0 commit comments