-
Notifications
You must be signed in to change notification settings - Fork 100
Build on Windows? #45
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
Comments
Hey there, I ran into the same situation like you and was confronted with missing information how to build svn2git on windows. However I found a solution on stackoverflow. Basically you should install cygwin. The last step of the setup is the place where you can add the packages/dependencies you want to have installed. I installed the following cygwin-packages:
With this setup I cloned the svn2git repo in cygwin and could simply run |
I have had installed Visual Studio 2015, but not the cygwin. I downloaded the latest cygwin setup executable and installed the packages above. And have hitted another issue: I don't know why, but one of these commands have just fixed it: After that i couldn't repro the issue. So this case might be helpful for any other with the same issue. |
Building on windows no longer works in cygwin:
There is no cygwin package for qt newer than 5.9.4... |
It may be just my ignorance, but even after installing the whole QT (which takes longer than Visual Studio!) I still cannot build it on my Windows machine. Anyone who publishes Windows build instructions and/or makes it more user friendly will have my blessing!
The text was updated successfully, but these errors were encountered: