-
-
Notifications
You must be signed in to change notification settings - Fork 194
FreeBSD Platform
AdamKaScripter edited this page Oct 21, 2021
·
2 revisions
- In shell:
sudo pkg install sbcl
- Remove
(load "/usr/local/etc/asdf-init.lisp")
from /usr/local/etc/sbclrc
- Quicklisp installation is the same as on other systems.
git clone https://github.com/lem-project/async-process.git
cd async-process/
sudo pkg install libtool gmake autotools
sh bootstrap
sudo cp .libs/libasyncprocess.so /usr/lib/
cd ~/quicklisp/local-projects
git clone https://github.com/nikodemus/esrap.git
cd ~/quicklisp/local-projects
git clone https://github.com/lem-project/lem.git
(ql:quickload :lem)
(lem:main)