On Thu, Aug 29, 2013 at 7:36 AM, Ashish Negi <[email protected]> wrote: > Is the v8 or any other dependency that nodejs uses have got any specific > path by nodejs ? > Can i use my own copies of V8 and other dependencies ?
Yes, you can link against dynamic versions of the dependencies, see `./configure --help` for details. (You can also replace deps/<dependency>/ with your own copy, of course.) Quick note: the fact that you can link against other versions of dependencies does not mean it's supported. If it doesn't work, you're on your own. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
