dalai icon indicating copy to clipboard operation
dalai copied to clipboard

'Make" not recognized

Open cdreetz opened this issue 1 year ago • 4 comments

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.

cdreetz avatar Mar 13 '23 05:03 cdreetz

You need to install make.

Lookup e.g "How to install make on macos" (or windows, or linux, etc)

marcuswestin avatar Mar 13 '23 11:03 marcuswestin

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?

rocket-matt avatar Mar 13 '23 13:03 rocket-matt

quantize is one of the binaries generated by make

noelo avatar Mar 13 '23 19:03 noelo

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

mehdichekori avatar Mar 26 '23 01:03 mehdichekori