this post was submitted on 05 Jan 2025
110 points (97.4% liked)

Linux

7090 readers
509 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 3 months ago

You could point me at 99% of all C++ projects that have dependencies and it ./configure && make install wouldn't work on any of my machines.

That's why configure takes 100 arguments, so you can tell it where every single dependency is. I don't miss those days.