Y
Hacker News
new
|
ask
|
show
|
jobs
by
sgerenser
916 days ago
It’s not unusual to do it in C or C++, just because the dependency management story sucks so bad (there’s a lot more options than there used to be, but still no one defacto standard like pip or cargo).
1 comments
NovemberWhiskey
916 days ago
There's this concept of a shared library, you should check it out.
link
Ensorceled
916 days ago
How does compiling your dependency differently help with dependency management?
link
JackSlateur
916 days ago
That's the neat part: you don't
You do not compile your dependencies
link
thfuran
916 days ago
Even if they don't distribute binaries for your target?
link
Ensorceled
916 days ago
So ... no dependency management is the best way to do dependency management? Just download the .so files from somewhere?
Sounds awesome!
link