Skip to content

Commit fbb7c7e

Browse files
committed
chore: add comment about missing library
Signed-off-by: Ben Selwyn-Smith <[email protected]>
1 parent a6c386a commit fbb7c7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ else
145145
endif
146146
# If Souffle cannot be installed, we advise the user to install it manually
147147
# and return status code 0, which is not considered a failure.
148+
# Souffle depends upon the libffiX library, where X is the current version it requires. Depending on the version of Ubuntu being used, the exact library
149+
# may not be present. In this script, we manually download and install version 7 on Ubuntu 24.04.
148150
.PHONY: souffle
149151
souffle:
150152
if ! command -v souffle; then \

0 commit comments

Comments
 (0)