diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-01-30 12:04:37 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2024-01-30 12:04:37 +0200 |
| commit | a615bdcbddf3e6a818278d41092cec873c91d723 (patch) | |
| tree | 803c4dad0e11d57d984ec914a57cfc0488d90966 | |
| parent | 8f77a428b79455a3dece524717e6d79d3aa56183 (diff) | |
Add note about PKG_CONFIG_PATH
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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: |
