diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-02-28 04:02:51 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-02-28 04:02:51 (GMT) |
commit | 9f9e0bbb7697c170aa9b810b0eac0b838ce6f2cc (patch) | |
tree | b9c8bd63a4d785a1b99c2ad5ddb277d85ef7fe65 /docs | |
parent | cd96536914bac3106ee97352de7f4d84f35a6260 (diff) | |
download | mxe-9f9e0bbb7697c170aa9b810b0eac0b838ce6f2cc.zip mxe-9f9e0bbb7697c170aa9b810b0eac0b838ce6f2cc.tar.gz mxe-9f9e0bbb7697c170aa9b810b0eac0b838ce6f2cc.tar.bz2 |
docs: add pkg-config for macports and homebrew
currently part of other deps but should be installed explicity
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index b653906..a11b1c4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -928,6 +928,7 @@ USE_OSGPLUGIN(<plugin2>) intltool \ libtool \ p7zip \ + pkgconfig \ scons \ wget \ xz</pre> @@ -975,6 +976,7 @@ USE_OSGPLUGIN(<plugin2>) intltool \ libtool \ p7zip \ + pkg-config \ scons \ wget \ xz</pre> |