dalai
dalai copied to clipboard
'Make" not recognized
Getting the error below, continues running after displaying error, but when it finishes and I open local and enter prompt, getting no response
make : The term 'make' is not recognized as the name of a cmdlet, function,
script file, or operable program.
You need to install make.
Lookup e.g "How to install make on macos" (or windows, or linux, etc)
You are probably running it on Windows. It will also fail on "quantize". I have no idea where to get this. Perhaps there should be a section on prerequisites?
quantize is one of the binaries generated by make
I fixed this issue by running these commands :
choco install make
choco install cmake
you will need Chocolatey to be able to run the choco command