DEV Community

Discussion on: Makefiles and alternatives?

Collapse
 
avalander profile image
Avalander • Edited

I don't know how to use Makefile. Do I need to install cmake first?

No, you need to install make. Although if you're not using Windows, it's most likely already installed in your system.

I mean, there are many alternatives. Few as ubiquitous as make. I'd suggest to just read through the guide and learn you some make for the greater good.