Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 296 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 296 Bytes

Bazel Learn

学习关于 bazel 的使用

  1. 根据分支的不同查看各个方式的使用
  2. 以 master 为开始,逐步深入
  3. Mac 平台为主

bazel build //main:hello-world

构建成功之后会有可执行文件路径 bazel-bin/main/hello-world 执行可以看见输出