Itai.
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
The closest I could find is this -I have successfully built Chromium using a 2GHz Core2 Duo (2 cores, then) machine with 2 GB RAM, on Windows Vista Home Premium SP 2.The minimal required disk space is about 20 GB (SSD is not required), I guess.Note that I have last built Chromium in May, 2009, so it might have changed since then (Native Client was added, requiring some 64 bit compiler or something, for example, WebGL and more). It took about 5 hours for a full build with all of the tests (I think it was with all of the tests).Googlers with a lot of cores, a lot of RAM and an SSD, build Chrome really really fast, thought, like, less than an hour (or even less than half an hour), I think. Awesome!
I'm just gonna leave this here:
torne@fenrir:cr$ rm -rf out
torne@fenrir:cr$ build/gyp_chromium
Updating projects from gyp files...
torne@fenrir:cr$ time ninja -j100 -C out/Debug chrome
[9468/9468] LINK chrome
real 3m45.539s
user 3m19.270s
sys 0m28.960s
(normally it's faster, but my disk cache was cold)
--
Torne (Richard Coles)
to...@google.com
What are the minimum/recommended system requirements for compling the
open source?
(os / bit / cores / ram / disk etc.. )
I couldnt find a suitable answer on Google , Thanks for the kind help.
Itai.