aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-01-30 12:04:37 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2024-01-30 12:04:37 +0200
commita615bdcbddf3e6a818278d41092cec873c91d723 (patch)
tree803c4dad0e11d57d984ec914a57cfc0488d90966 /README.md
parent8f77a428b79455a3dece524717e6d79d3aa56183 (diff)
Add note about PKG_CONFIG_PATH
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 350d0d0..a390386 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,16 @@ A tool for controlling a desmofylakas cluster written in Chicken Scheme.
Install [Chicken Scheme](https://wiki.call-cc.org/platforms).
-You also need to have these available in PATH:
+You also need to have these tools or libraries:
tar
make
+ openssl (with dev headers)
+ pkg-config
+
+Note: on some systems you need to set `PKG_CONFIG_PATH` to a path that contains `openssl.pc`. On MacOS w/ Homebrew this would be:
+
+ export PKG_CONFIG_PATH="$(brew --prefix openssl)/lib/pkgconfig"
Install dependencies, build and install to your preferred location: