Skip to content

Commit 0cbbfdc

Browse files
committed
Explicitly use V8 3.17.16.2, and add missing cstring include to VroomJs. Closes #202
1 parent 563ed55 commit 0cbbfdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/VroomJs

site/jekyll/guides/mono.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ReactJS.NET includes full support for Mono via Google's [V8 JavaScript engine](h
1010
cd /usr/local/src/
1111
git clone https://github.com/v8/v8.git v8-3.17
1212
cd v8-3.17
13-
git checkout 3.17
13+
git checkout tags/3.17.16.2
1414

1515
# Build V8
1616
make dependencies

0 commit comments

Comments
 (0)