Y
Hacker News
new
|
ask
|
show
|
jobs
by
ampdepolymerase
1562 days ago
The best C and C++ package manager I have used is Xmake/Xrepo. They support all the major package repositories out of the box including Vcpkg and Conan.
https://github.com/xmake-io/xmake#supported-package-reposito...
1 comments
synergy20
1562 days ago
xmake is a great tool with complexity. clib's key design goal is simplicity, use the best fit one for next project.
link
sanxiyn
1562 days ago
Simplicity is vastly overrated.
link
szundi
1562 days ago
This. Simplicity should not be confused with lack of necessary features for bigger projects that hopefully yours will be.
link
burrows
1562 days ago
X is vastly overrated.
link
waruqi
1558 days ago
xmake also support clib,
https://xmake.io/#/package/remote_package?id=add-clib-depend...
link