Reputation: 845
What packages 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".
Upvotes: 1
Views: 92
Reputation: 117260
You need GNU make.
CMake and other make programs use other filenames generally.
Upvotes: 3