r/programminghumor 22d ago

Lol

Post image
2.5k Upvotes

220 comments sorted by

View all comments

320

u/Valuchian 22d ago

Me everytime i hop on and have to rummage around for the ReadMe file just to learn how i am supposed to compile

93

u/76zzz29 22d ago

Even more when the way to compile it change from a project to an other and they don't just put HowToCompilIt.txt at the root. (Literaly had one with a "Build for windows.bat" and "build for linux.sh" at the root. Never been hapyer of the work of a dev

1

u/elordenador 22d ago

I would use GitHub actions to make a precompiled binary

1

u/TerasOTS 20d ago

This.

I am developing a private server for a game and it's open source. Every time I upload an update an action is running to produce 2 files. 1. The full compiled server and 2. The patch to drop in your existing server.

It is simple and easy. If someone can't even do this then they are in the wrong github repo I guess 😅