diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-11 12:49:12 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-11 15:46:17 +0200 |
commit | a5facd165432418b5d1758d3f3377ee49a6f30b3 (patch) | |
tree | 0425c57db48938bbdbd058c38fa502f271b08937 | |
parent | c3b895900468f34d6808c56b736ddd88933b81ec (diff) | |
download | rules-cc-a5facd165432418b5d1758d3f3377ee49a6f30b3.tar.gz |
README.md: mention that `protobuf` and `grpc` need to be bound on manual import
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | etc/README.template.md | 5 |
2 files changed, 6 insertions, 4 deletions
@@ -11,7 +11,8 @@ importing the `rules-cc` repository with the tool `just-import-git` $ just-import-git -C repos.template.json --as rules-cc -b master https://github.com/just-buildsystem/rules-cc > repos.json ~~~ -or manually add the `rules-cc` repository to your `repos.json`. +or manually add the `rules-cc` repository to your `repos.json` (also binding +`protobuf` and `grpc` appropriately if proto libraries are to be used). ~~~json ... @@ -19,7 +20,7 @@ or manually add the `rules-cc` repository to your `repos.json`. { "repository": { "type": "git" , "branch": "master" - , "commit": "7a90f68e5207d541dea937aaff5b6c4c499b8968" + , "commit": "c3b895900468f34d6808c56b736ddd88933b81ec" , "repository": "https://github.com/just-buildsystem/rules-cc" , "subdir": "rules" } diff --git a/etc/README.template.md b/etc/README.template.md index 203d462..f53a94c 100644 --- a/etc/README.template.md +++ b/etc/README.template.md @@ -11,7 +11,8 @@ importing the `rules-cc` repository with the tool `just-import-git` $ just-import-git -C repos.template.json --as rules-cc -b master https://github.com/just-buildsystem/rules-cc > repos.json ~~~ -or manually add the `rules-cc` repository to your `repos.json`. +or manually add the `rules-cc` repository to your `repos.json` (also binding +`protobuf` and `grpc` appropriately if proto libraries are to be used). ~~~json ... @@ -19,7 +20,7 @@ or manually add the `rules-cc` repository to your `repos.json`. { "repository": { "type": "git" , "branch": "master" - , "commit": "7a90f68e5207d541dea937aaff5b6c4c499b8968" + , "commit": "c3b895900468f34d6808c56b736ddd88933b81ec" , "repository": "https://github.com/just-buildsystem/rules-cc" , "subdir": "rules" } |