Skip to content

Instantly share code, notes, and snippets.

@tappleby
tappleby / build-jq.sh
Created March 14, 2014 15:30
Cross compile JQ for windows
#!/bin/sh
# Modified version of: https://github.com/svnpenn/a/blob/e06ea1e/scripts/install-jq.sh
# up to date Windows native jq
# autoconf need for autoreconf
# automake need for autoreconf > aclocal
# libtool need for autoreconf > libtool
# bison need for make
# flex need for make