top | item 42351237

(no title)

erichdongubler | 1 year ago

> The big advantage of Make is that it is probably already installed.

...unless you're on Windows, like me!

discuss

order

deaddodo|1 year ago

Make is installed on Windows, if you install Microsoft's C/C++ dev stack (typically via installing Visual Studio). They just use nmake instead of GNU make. They also include Cmake these days, as it's the common cross platform option.

BeetleB|1 year ago

> if you install Microsoft's C/C++ dev stack (typically via installing Visual Studio).

So I have to install this huge dependency just to use make, when my project is in Python?

Way easier to install just :-)

ttyprintk|1 year ago

Busybox comes with a vestigial make. I wager git might. Those are both in winget.