Compiling starts to work rather well once you’ve done it a few times. Especially when you get more used to understanding what ./configure tries to tell you. You should really try to get behind that, since you Linux will
Yep, been in the same boat 😂. Was an LTS fan for a long long time till I realized… this shit ain’t worth it 😂.
Everthing there is out there in 99% of the cases compiles against latest libraries. And well, LTS is just… lagging behind 🤷. So, you solve one lib dependcy and then, bam, another one pops up… OK, solved that one, bam, another one 😒… it just gets frustrating to compile stuff on LTS.
And then you get all sorts of errors from the package manager cuz you did the unthinkable - install latest libs on an LTS distro.
LTS is good for one thing only nowadays - servers.
Whenever I come across something I’d have to build myself, I just give up. No matter the instruction, there is always something wrong.
Compiling starts to work rather well once you’ve done it a few times. Especially when you get more used to understanding what ./configure tries to tell you. You should really try to get behind that, since you Linux will
https://youtu.be/dQw4w9WgXcQ?si=E9Ftjm4FfMg6F2IU
Here is an alternative Piped link(s):
https://piped.video/dQw4w9WgXcQ?si=E9Ftjm4FfMg6F2IU
Piped is a privacy-respecting open-source alternative frontend to YouTube.
I’m open-source; check me out at GitHub.
Allright. You’ve convinced me not to give up.
And that Rick Roll song perfectly sums up how I personally think of Linux. I will not be giving it up. And I will not be saying goodbye.
That is true on any LTS distro. Try rolling release, works without a glitch almost every time… well, at least on Void it does.
I read the previous comment and thought to myself “I bet there is some reply about LTS vs rolling release to this”. I KNEW IT!
Yep, been in the same boat 😂. Was an LTS fan for a long long time till I realized… this shit ain’t worth it 😂.
Everthing there is out there in 99% of the cases compiles against latest libraries. And well, LTS is just… lagging behind 🤷. So, you solve one lib dependcy and then, bam, another one pops up… OK, solved that one, bam, another one 😒… it just gets frustrating to compile stuff on LTS.
And then you get all sorts of errors from the package manager cuz you did the unthinkable - install latest libs on an LTS distro.
LTS is good for one thing only nowadays - servers.
Interesting. I did not know about that. I’ll be sure to give rolling a try then.