1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Improve formatting of flags and link to specific wiki article for cross-compilation.

This commit is contained in:
Bradley Skaggs
2018-10-04 22:42:58 -04:00
committed by Nico Williams
parent 839316e66b
commit 82987df98d

@ -67,7 +67,9 @@ Cross-compilation requires a clean workspace, then:
make distclean
scripts/crosscompile <name-of-build> <configure-options>
Use the --host= and --target= ./configure options to select a
cross-compilation environment. See also the wiki.
Use the `--host=` and `--target=` ./configure options to select a
cross-compilation environment. See also
["Cross compilation"](https://github.com/stedolan/jq/wiki/Cross-compilation) on
the wiki.
Send questions to https://stackoverflow.com/questions/tagged/jq or to the #jq channel (http://irc.lc/freenode/%23jq/) on Freenode (https://webchat.freenode.net/).