-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error occured. bash: make: command not found
#1041
Comments
You should install |
I tried installing I tried installing Would you suggest any way to install? |
As you're using mingw, you should add it's path into system environment variable |
Yes, I am using After that, as you told, I added the Have I added the wrong path? |
In Mingw the make has the name of "mingw32-make" or the similar, if it was there. In my case, mingw-make wouldn't be installed by git. |
So. Could you tell how you ran the code. I will install them. Do the same. |
I am new to using
git
desktop version.I installed git bash. Ran following as told in
readme
fileBut when I ran
make -j8
, it is showing the follwing error.What should I do?
The text was updated successfully, but these errors were encountered: