3
egix
6y

Any good package managing system like maven for c++?

Comments
  • 3
    Ahahahaha sure
  • 4
    On Linux: your package manager (e.g apt or yum)
    On Windows: vcpkg (if you're using VS) and MSYS2

    Also this: https://conan.io
  • 1
    @sharktits i know, implying that maven is a good p manager. The audacity!

    Lol but no, seriously, we kid because we love.
  • 1
    Yeaaah, C++ could really improve this bit.
    I usually use a Docker container with all the dependencies installed using the local package manager to build stuff.
Add Comment