Makefile Packages in C
What pac开发者_StackOverflow社区kages do i need to install in order to use a Makefile. I've already installed cmake, would i need ocamlmakefile? My problem is that whenever i type 'make' into the terminal, i'm told "make command not found".
You need GNU make.
CMake and other make programs use other filenames generally.
精彩评论