You need a google account!
Install Google Cloud SDK from Google.
gcloud auth configure-docker && docker pull l.gcr.io/google/bazel:latest
Scans sources files, then generates and updates build files.
./gazelle.sh
Import repositories from go.mod.
./gazelle-update-repos.sh
./build.sh
Bazel 设计**跟 cmake 差不多,用下来的整体感觉就是非常蠢,现代构建工具应该通过分析源码自动识别出包以及包的依赖关系,而不是让用户去背诵一堆屎一样的规则然后侵入每个包手写(或者用工具生成) BUILD 文件。