Skip to content

Commit

Permalink
docs: clarify where gclient sync should be run
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanoltman committed May 15, 2023
1 parent ffb0640 commit f8c17c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILDING_ENGINE.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ cargo ndk --target aarch64-linux-android --target armv7-linux-androideabi build
These steps assume that you have [installed the dependencies for building the Flutter engine](https://github.com/flutter/flutter/wiki/Setting-up-the-Engine-development-environment#getting-dependencies).

- Outside of any existing git repository, create an empty directory named `engine`.
- Move to the `engine` directory.
- Paste the context of https://raw.githubusercontent.com/shorebirdtech/build_engine/main/build_engine/dot_gclient into a file named `.gclient`.
- Run `gclient sync` to download the Flutter engine source code (this will take a while).

Expand Down

0 comments on commit f8c17c1

Please sign in to comment.