-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Enhancement: provide a binary version for Windows #2
Comments
I will try to make github to automatically build the Windows and Mac binaries and get back to you. |
Goal is to support Windows: See #2
@zosrothko, I am now automatically building Windows/Linux/Mac binaries after every releases. (See artefact) I don't have any Windows or MacOS OS. Could you please try them for me? If this doesn't work. It might be because this is invoking "git" instead of "git.exe" at the following location. Updating it in the following location: |
I got the following error in a pop-up (Ctrl+C then pasted below), I assume pretty standard for Go programs on Windows:
I downloaded and installed the latest supported Microsoft Visual C++ Redistributable from https://aka.ms/vs/16/release/vc_redist.x64.exe. It works on my machine! |
Thanks! Happy this worked for you. About VisualStudio dynamic library, I believe next step is to link against it statically or compile with clang, so that other won't have to install it themselves. |
Hello
git-tui seems a very cool tool to check for difference between to snap of a git tree. However, it does not work on windows...
The text was updated successfully, but these errors were encountered: