Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Usually is as simple as
git clone "$URL"
cd "$REPO_NAME"
make
make install
But then again, if it's that simple, why not just release pre-built binaries? -
@xzvf
For A, that's where releasing (standalone) binaries (outside of repositories) comes in. -
@xzvf And then there are projects where the source is available but good luck building it lmao
-
I love when they do this. Especially when they don't maintain a stable branch and dynamically link libraries that you are just expected to have. Hours of debugging fun to be had!
Of course the system already has libyaml 0.6.5, why wouldn't it?! And if it isn't there, I'm sure they will figure it out!
Related Rants
If your the installation instructions for your software are to clone the repo and build from source then fuck you!
I want to use the thing not tinker with it. Make it available on apt or something
rant
build
fuckoff
clone
install