mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-02-04 14:52:30 -08:00
parent
81fe59a789
commit
b1c167d8e2
2 changed files with 3 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -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)"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue