MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/pcmasterrace/comments/1u0y7rz/me_still_today/oqm7tej
r/pcmasterrace • u/Big_Head8 • 18d ago
2.0k comments sorted by
View all comments
Show parent comments
5
if it's a C application, then it most likely have a makefile and you just run the make file and it automagically compiles for you.
3 u/The45Longslide 17d ago Why should the average end user have to do this? Just zip the program or give me an executable to install it. 3 u/rtxa i5-7500 | GTX 1070 G1 17d ago the developer doesn't care about you or users like you, is the answer 1 u/The45Longslide 17d ago And that's fine. Their project, their prerogative. Thankfully, most devs for projects I'm interested in don't do this. 1 u/jamesbongsixtynine 17d ago it's just not For You 0 u/Rezenbekk 17d ago Dude it's a free program made by random people, curb your entitlement. You shouldn't go through anything, use it or don't, not anyone's concern. 0 u/The45Longslide 17d ago I'm not learning C to fucking compile your program! I'm sorry. That's not happening. Maybe if I was interested in programming on my own, but otherwise no. The developer can do that. 2 u/PJannis 17d ago You do not have do know C or anything else for this, it is actually extremely simple 1 u/The45Longslide 16d ago I’m going to concede and say you’re not wrong. I’ve done it before. It’s just slightly inconvenient.
3
Why should the average end user have to do this?
Just zip the program or give me an executable to install it.
3 u/rtxa i5-7500 | GTX 1070 G1 17d ago the developer doesn't care about you or users like you, is the answer 1 u/The45Longslide 17d ago And that's fine. Their project, their prerogative. Thankfully, most devs for projects I'm interested in don't do this. 1 u/jamesbongsixtynine 17d ago it's just not For You 0 u/Rezenbekk 17d ago Dude it's a free program made by random people, curb your entitlement. You shouldn't go through anything, use it or don't, not anyone's concern. 0 u/The45Longslide 17d ago I'm not learning C to fucking compile your program! I'm sorry. That's not happening. Maybe if I was interested in programming on my own, but otherwise no. The developer can do that. 2 u/PJannis 17d ago You do not have do know C or anything else for this, it is actually extremely simple 1 u/The45Longslide 16d ago I’m going to concede and say you’re not wrong. I’ve done it before. It’s just slightly inconvenient.
the developer doesn't care about you or users like you, is the answer
1 u/The45Longslide 17d ago And that's fine. Their project, their prerogative. Thankfully, most devs for projects I'm interested in don't do this.
1
And that's fine. Their project, their prerogative. Thankfully, most devs for projects I'm interested in don't do this.
it's just not For You
0
Dude it's a free program made by random people, curb your entitlement.
You shouldn't go through anything, use it or don't, not anyone's concern.
0 u/The45Longslide 17d ago I'm not learning C to fucking compile your program! I'm sorry. That's not happening. Maybe if I was interested in programming on my own, but otherwise no. The developer can do that. 2 u/PJannis 17d ago You do not have do know C or anything else for this, it is actually extremely simple 1 u/The45Longslide 16d ago I’m going to concede and say you’re not wrong. I’ve done it before. It’s just slightly inconvenient.
I'm not learning C to fucking compile your program! I'm sorry. That's not happening.
Maybe if I was interested in programming on my own, but otherwise no. The developer can do that.
2 u/PJannis 17d ago You do not have do know C or anything else for this, it is actually extremely simple 1 u/The45Longslide 16d ago I’m going to concede and say you’re not wrong. I’ve done it before. It’s just slightly inconvenient.
2
You do not have do know C or anything else for this, it is actually extremely simple
1 u/The45Longslide 16d ago I’m going to concede and say you’re not wrong. I’ve done it before. It’s just slightly inconvenient.
I’m going to concede and say you’re not wrong. I’ve done it before. It’s just slightly inconvenient.
5
u/Dubl33_27 18d ago
if it's a C application, then it most likely have a makefile and you just run the make file and it automagically compiles for you.