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.
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.