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”.
What packages do i need to install in order to use a Makefile. I’ve
Share
You need GNU make.
CMake and other make programs use other filenames generally.