-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buildsystem switched to gyp and updated to v8 4.2 #88
base: master
Are you sure you want to change the base?
Conversation
fixed file ending for mac libs
# Conflicts: # pom.xml # src/main/java/com/eclipsesource/v8/V8.java # src/main/java/com/eclipsesource/v8/V8Value.java
Something to mention: The native part should compile on every platform v8 compiles on without any changes to the build files. Only a shell script in |
Wow! Thanks. I'll take a look at this later tonight or tomorrow!
|
8c1ca7d
to
f18cca7
Compare
daf068c
to
4d4fefe
Compare
cd57118
to
4b8e529
Compare
I just wanted to put this pull request out there. It's not completely finished yet but it should be a solid base for future work. Here is a list of things that still need to be done:
Here are some things I changed:
Sidenote: I cloned the io.js repository and removed all io.js related code and just added the two source files of this project. This was not only really easy, but every version of v8 should work. Just copy the source files into
native/deps/v8
and compile it. If this doesn't work just copy thedeps/v8
directory of io.js into the directory and it should work.