Commit abb56991 authored by Pierre Rossi's avatar Pierre Rossi
Browse files

Update README now that fetch got a bit better

Showing with 2 additions and 3 deletions
...@@ -9,9 +9,8 @@ This is a prototype of allowing embedding Chromium/Blink into Qt. ...@@ -9,9 +9,8 @@ This is a prototype of allowing embedding Chromium/Blink into Qt.
* git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git * git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
* Add depot_tools to your PATH * Add depot_tools to your PATH
* export GYP_GENERATORS=ninja * export GYP_GENERATORS=ninja
* fetch --dry-run blink * fetch --nosvn=True blink
* Look at the instructions printed by the above command and manually execute all of the ones that don't involve svn or git svn * If that didn't do the trick, it should essentially boil down to running "gclient sync"
* It'll eventually boil down to running "gclient sync"
(2) The build of Chromium itself uses ninja and is out-of-source. Go to for example (2) The build of Chromium itself uses ninja and is out-of-source. Go to for example
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment