You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,8 @@ else
145
145
endif
146
146
# If Souffle cannot be installed, we advise the user to install it manually
147
147
# 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.
0 commit comments