Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
gzip check/integration in makefile #106
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jeblundell commentedJul 8, 2016
From pull request #101
" the only thing I'd consider adding to the makefile is a check to see if some version of gzip exists - maybe a simple check that gzip.exe -v exits with status 0. I'm going to run through this on my Windows machine when I get a chance and see double check the caveats of running it. Mainly I want to check if you can just have GNU gzip in the same folder and it will work or whether you need to have it on the path. The former simplifies the install process I think"
Additing it as an issue so we don't forget (actually so I don't, but you know)