I made Rust’s cargo copy but for CPP

原始链接: https://github.com/user-with-username/crow

Cargo, but for C/C++ CRow is a build system for C++ designed for developers who want: Simple configuration (just crow.toml) Fast builds Built-in dependency manager Pre-built binaries: Download from Releases Build from source: git clone https://github.com/user-with-username/crow cd crow cargo install --path . crow new my_project && cd my_project We welcome contributions! Please read our: MIT

Hacker Newsnew | past | comments | ask | show | jobs | submitloginI made rust's cargo copy but for CPP (github.com/user-with-username)4 points by anybodyy 1 hour ago | hide | past | favorite | 1 comment help voxelghost 30 minutes ago | next [–] Regarding compilecommands.json ... I assume you intened crow packages to be portable, how would one specify macos , linux, windows compile command separatly?Most libraries build with cmake, make etc, how does this interact?reply Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact Search:
相关文章

原文

Cargo, but for C/C++

CRow Logo


CRow is a build system for C++ designed for developers who want:

  • Simple configuration (just crow.toml)
  • Fast builds
  • Built-in dependency manager

  • Pre-built binaries: Download from Releases
  • Build from source:
git clone https://github.com/user-with-username/crow
cd crow
cargo install --path .
crow new my_project && cd my_project

We welcome contributions! Please read our:

MIT

联系我们 contact @ memedata.com