Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clchiou/bazel-examples
My collection of Bazel BUILD examples
https://github.com/clchiou/bazel-examples
Last synced: 3 months ago
JSON representation
My collection of Bazel BUILD examples
- Host: GitHub
- URL: https://github.com/clchiou/bazel-examples
- Owner: clchiou
- License: mit
- Created: 2015-04-28T05:09:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T02:35:21.000Z (over 2 years ago)
- Last Synced: 2024-07-17T14:03:50.026Z (4 months ago)
- Language: C
- Size: 43 KB
- Stars: 19
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bazel - x264, x265, ffmpeg, etc..
README
My collection of [Bazel](http://bazel.io) BUILD examples.
Please first run `./install-deps.sh` to install dependencies if your
are using Debian or Ubuntu, or use the package system you are using.Then run `./download-srcs.sh` to download source code tarballs.
Note that the BUILD files are very hackish; they might not work on your
machine.