mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() A few clarifications in the gclient file templates: * Sort sections such that RBE and standard variants are consistent. * Add web engine instructions in comments. * Explain how to use SSH-based GitHub checkouts. |
||
---|---|---|
.. | ||
scripts | ||
src | ||
README.md |
Flutter Engine
gclient
bootstrap
Flutter engine uses gclient
to manage dependencies.
If you've already cloned the flutter repository:
- Copy one of the
engine/scripts/*.gclient
to the root folder as.gclient
:- Googlers: copy
rbe.gclient
to enable faster builds with RBE - Everyone else: copy
standard.gclient
- Googlers: copy
- run
gclient sync