-
Notifications
You must be signed in to change notification settings - Fork 35
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
Build on Windows #339
Comments
It's a regular dotnet project. Have you look at the command lines in the Makefile - it's mostly a thin wrapper over |
Good hint, I will look into that and try to build. With nmake, the Makefile had some syntax issue on Windows within the MSVC cmd shell. |
@itpropro if you figure out why nmake isn't happy LMK please. FWIW I think I installed make via choco on my windows machine, and it was fine. |
I was able to manually build marksman with dotnet (based on the makefile commands) and use it in nvim. nmake on Windows has problems with the curly braces in the makefile for some reason. I think the syntax is different on Windows. |
How to build this on Windows? Nmake doesn't work with the Makefiles in the repo.
The text was updated successfully, but these errors were encountered: