Discussion:
[chromium-discuss] Build v8 or chromium
dan Med
2018-08-13 21:08:49 UTC
Permalink
Hi I’m really frustrated if anyone can help that would be great.
One week and I still can’t build v8 or chromium.....
I want to build v8 first and all of it parts like JIT compilers and so on
mem allocators...
But I can't follow the instruction at certain steps everything breaks apart
and I get upset....since it’s a very tidious process to set everything up
every time ...
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Muthuraj ramalinga kumar
2018-08-13 22:05:46 UTC
Permalink
I just recently started building v8 in ubuntu:

If you donot have Ubuntu, i found vagrant awesome to manage VMs.

Vagrant: https://www.vagrantup.com/

Ubuntu box: https://app.vagrantup.com/ubuntu/boxes/trusty64

If you like working with gui: Just after running Ubuntu box, run: sudo
apt-get install ubuntu-desktop

Make sure you have about 40 GB space in the VM.

Install depot_tools:
http://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up
Make sure to add depot_tools to path, If you donot want to keep adding
depot_tools to path after every reboot or new terminal add the depot_tools
to path in your .bashrc file

run gclient to make sure depot_tools is available in path.

then mkdir v8_exp
cd v8_exp
fetch v8
cd v8
gclient sync
download dependencies:
./build/install-build-deps.sh
Generate files for ninja:
tools/dev/v8gen.py x64.release
compile
ninja -C out.gn/x64.release

Done
Post by dan Med
Hi I’m really frustrated if anyone can help that would be great.
One week and I still can’t build v8 or chromium.....
I want to build v8 first and all of it parts like JIT compilers and so on
mem allocators...
But I can't follow the instruction at certain steps everything breaks
apart and I get upset....since it’s a very tidious process to set
everything up every time ...
--
--
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups
"Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Continue reading on narkive:
Loading...