Skip to content
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

How can I build jq for Windows? #52

Closed
tiendq opened this issue Dec 20, 2012 · 3 comments
Closed

How can I build jq for Windows? #52

tiendq opened this issue Dec 20, 2012 · 3 comments
Labels

Comments

@tiendq
Copy link

tiendq commented Dec 20, 2012

Is there any one can give me a brief instruction to build jq for Windows?

Thanks,
Tien,

@stedolan
Copy link
Contributor

There are now windows binaries on the website.

They're built using the mingw packages in debian (a cross-compiler to build windows executables on linux). As far as I know, building with VS is currently impossible as jq uses some C99 features that VS doesn't support.

@tiendq
Copy link
Author

tiendq commented Dec 20, 2012

Thanks, but both http://stedolan.github.com/jq/download/win64/jq is not found. (same error with win32 link).

@stedolan
Copy link
Contributor

Try jamming F5 a few times. The download has since been moved to http://stedolan.github.com/jq/download/win64/jq.exe, but you may be looking at a version of the page from before I renamed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants