-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support Windows platforms #51
Comments
Sorry for the many commits. I used |
@koppor Thanks, appreciated! |
akerbos
pushed a commit
that referenced
this issue
Nov 18, 2015
Creates new HashManager; will encapsulate all file change management in the future. * Moves creation of (partial) file hashes to a central location. * File hashing is now always pure Ruby (via Digest). * Adapts all call sites. * Removes dependencies on GNU tools.
@koppor Finally got around to addressing the GNU dependencies. Works fine under Linux; can you check for Windows, please? |
Seems to work for koppor, so closing this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to get rid of some binary GNU dependencies, provide a start script and test for "hidden" incompatibilities.
Since I don't have any Windows workstations, input and pull requests are appreciated.
The text was updated successfully, but these errors were encountered: