MDGSF / study_buck2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

study buck2

cd study_buck2/third-party
reindeer buckify
# 或者
cd study_buck2
reindeer --third-party-dir third-party buckify
mkdir study_buck2
cd study_buck2
buck2 init --git

buck2 build //...
buck2 run root//cpp_demos/hello_world:hello
buck2 run root//cpp_demos/time_monotonic
buck2 run root//rust_demos/hello_world/src/bin:hello_world
buck2 run root//rust_demos/study_crates/semver_demos/semver01/src:semver01

resources

About


Languages

Language:Starlark 72.0%Language:C++ 19.3%Language:Rust 8.7%