deps: libmagic-dev is no more required

since no more FOF.

for #18
This commit is contained in:
vindarel 2024-08-30 10:48:57 +02:00
parent 81fe59a789
commit b1c167d8e2
2 changed files with 3 additions and 2 deletions

View file

@ -14,7 +14,7 @@ ql-deps:
# Install some system dependencies.
debian-deps:
apt-get install -y libmagic-dev libinotifytools0
apt-get install -y libinotifytools0
macos-deps:
echo "fsevent (for file-notify)"

View file

@ -106,7 +106,6 @@ See *the documentation*.
You will probably need the following system dependencies (names for a
Debian Bullseye system):
libmagic-dev libc6-dev gcc # from magicffi
zlib1g-dev # from deploy for SBCL < 2.2.6
If your SBCL version is >= 2.2.6 you might want to use the more
@ -122,6 +121,8 @@ On MacOS:
fsevent
You can run: `make debian-deps` or `make macos-deps`.
## With Quicklisp