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

Linux

5546 readers
148 users here now

A community for everything relating to the linux operating system

Also check out [email protected]

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 1 day 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.