diff options
author | Craig Tiller <ctiller@google.com> | 2017-07-05 08:30:04 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-07-05 08:30:04 -0700 |
commit | 07c016b674a7682e75367ff5e985970190aae655 (patch) | |
tree | 5e5fb3d44425587fbfeda089877474652ea7b3cd /templates/README.md | |
parent | 7ffb7232be38c2c5abe1059fe84d7a2f8d98e133 (diff) | |
parent | 7405347cd848f27067b9ce3c029325799ebaa888 (diff) |
Merge github.com:grpc/grpc into hps
Diffstat (limited to 'templates/README.md')
-rw-r--r-- | templates/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/README.md b/templates/README.md index eedc6e9c09..7b7707203f 100644 --- a/templates/README.md +++ b/templates/README.md @@ -1,3 +1,12 @@ +# Regenerating project files + +Prerequisites: `python`, `pip install mako` + +``` +# Regenerate the projects files using templates +tools/buildgen/generate_projects.sh +``` + # Quick justification We've approached the problem of the build system from a lot of different |