aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-12-30 10:58:31 +0100
committerMarc André Tanner <mat@brain-dump.org>2020-12-30 10:58:31 +0100
commit83355e202844c2533420b403c15ba821e99534d5 (patch)
tree427315d3082be0363c2efce507abdacb8df9e4a0 /README.md
parent85f1bef9e867f38b4f8817b04417106567afe2ad (diff)
downloadvis-83355e202844c2533420b403c15ba821e99534d5.tar.gz
vis-83355e202844c2533420b403c15ba821e99534d5.tar.xz
Mention pkg-config in README
Fix #867
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c7a40cb..b35f559 100644
--- a/README.md
+++ b/README.md
@@ -60,8 +60,8 @@ Assuming these dependencies are met, execute:
$ ./configure && make && sudo make install
By default the `configure` script will try to auto detect support for
-Lua. See `configure --help` for a list of supported options. You can
-also manually tweak the generated `config.mk` file.
+Lua using `pkg-config(1)`. See `configure --help` for a list of supported
+options. You can also manually tweak the generated `config.mk` file.
Or simply use one of the
[distribution provided packages](https://github.com/martanne/vis/wiki/Distribution-Packages).