|
|
|
|
|
by Alifatisk
1001 days ago
|
|
I saw a project called conan.io, looked interesting.
I know Microsoft created vcpkg.io aswell. I’m too used to Ruby and how gems are installed, I think I’m looking for a similar experience in C where you find the lib you want, install it and include it in your code. |
|
Edit: I saw a project recently written in C++ and they had subrepos in a `deps/` directory and then linked to those, so it was all manually managed. If I were to make a new project in C++ I think that's how I'd go too.