-
-
Notifications
You must be signed in to change notification settings - Fork 454
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
"cp" is not recognized as an internal or external command #20
Comments
xrbinup script assumes that you have common Linux utilities installed and added to PATH (msysgit does that during the installation process). If, for some reason, you don't have these utilities, you can simply replace |
On windows xrbinup not needed? |
Windows is the only supported OS. You need xrbinup to update game binaries with the ones you've just compiled. |
The script is intended to be executed from windows command prompt, not from bash (that's why it has .cmd extension). |
Hi there creWn. I recommend GnuWin32. Installation should be pretty straightforward and I believe it includes standard unix utilities. And if you don't already know how, this here explains how to edit the PATH variable (where the binaries are located). Instead of pointing it to Java stuff, just point it to where the exe files are installed for GnuWin32 :) |
My first comment is exactly about that. |
True. I think creWn was just looking for a link, though ;) |
At least master branch must be and actually is compilable and runnable. |
If anyone has have trouble with compilation like: |
Great! However please note:
Given it appears compilation works and more than sufficient information has been given on how to fix ' "cp" being an unrecognized command ' I will mark this as resolved. |
When i use xrbinup.cmd, i get an error "cp" is not recognized as an internal or external command. What should I do?
The text was updated successfully, but these errors were encountered: