I'm trying to install this on Mac OS X and haven't found a good summary of the steps. Here are some of the steps I have seen. I'm guessing I don't really need all the make commands I ran.
git clone https://github.com/v8/v8.git cd v8 make builddeps make native make release export PATH=$PATH:{the v8 dir}/tools I run this to generate a v8.log file: node --prof my-code.js Then I run this to get profiling data from the v8.log file: mac-tick-processor > profile.txt The file profile.txt contains this: d8 shell not found ... To build, execute 'make native' from the V8 directory. But I already did that. Does anyone see what I'm missing? -- R. Mark Volkmann Object Computing, Inc. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CAFfRWnWKSv4uEsP1pR2iKpG0NCoWvTbpdX1_b2bOdOTQuzav0g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
