Comment #1 on issue 1030 by [email protected]: graceless building on fedora
14 64-bit, needs documentation
http://code.google.com/p/v8/issues/detail?id=1030
You should only need to install extra libraries if you are building for an
architecture that is different from the OS (e.g., 32-bit V8 on a 64-bit
Linux).
Building a 64-bit V8 should not need any new libraries. You will need to
add the "arch=x64" flag to scons when building (it defaults to "arch=ia32").
I.e., "scons arch=x64 sample=shell" should build a 64-bit V8 shell.
If you want to build a 32-bit V8 on a 64-bit system, you do need to install
32-bit libraries. We don't maintain a list of which 32-bit libraries are
used, but they should correspond to those of a 32-bit development system
(on Ubuntu, I have only needed to install the multilib packages, I am not
familiar with RedHat packages).
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev