aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 678abc3..25038b3 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ Pack has no runtime dependencies. The following is a list of build dependencies:
- POSIX cat, find, rm, sed, sh and tr
- xargs with support for the `-r` gnu extension
- bash 4.4 or newer (parameter expansion transformations)
+- (optional) jq (for generating `compile_commands.json`)
Compilation
-----------
@@ -76,6 +77,9 @@ Development
Please configure with `-w` and ensure code compiles cleanly. Be aware that
different compiler versions can enable different warnings. If in doubt, ask.
+If you use a tool such as `clangd` which makes use of `compile_commands.json`
+then make sure you have `jq` installed and run `./configure` with `-f`.
+
Contributing
------------