Hacker News new | ask | show | jobs
by NovemberWhiskey 915 days ago
There's this concept of a shared library, you should check it out.
1 comments

How does compiling your dependency differently help with dependency management?
That's the neat part: you don't

You do not compile your dependencies

Even if they don't distribute binaries for your target?
So ... no dependency management is the best way to do dependency management? Just download the .so files from somewhere?

Sounds awesome!