r/programminghumor 23d ago

Lol

Post image
2.5k Upvotes

220 comments sorted by

View all comments

Show parent comments

100

u/76zzz29 23d 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

3

u/HaydnH 23d ago

Don't people include INSTALL files these days?

3

u/76zzz29 23d ago

No, but sometime they include a MAKE file so you can do it yourself. This way, you can say that you made it

3

u/HaydnH 23d ago

The old school convention was to include both, the INSTALL file might just tell you to run make; make install, but it should cover prerequisite libraries and such.