mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-05 18:20:36 -08:00
1,001 B
Vendored
1,001 B
Vendored
Installing Common Lisp + CLOG Builder on Linux (all platforms)
(For emacs based Linux install - https://lisp-lang.org/learn/getting-started/)
- Install sbcl, sqlite and openssh (modify for your OS)
sudo apt-get install sbcl openssh-client libsqlite3-dev
- Install QuickLisp
curl -o /tmp/ql.lisp http://beta.quicklisp.org/quicklisp.lisp
sbcl --no-sysinit --no-userinit --load /tmp/ql.lisp \
--eval '(quicklisp-quickstart:install :path "~/.quicklisp")' \
--eval '(ql:add-to-init-file)' \
--quit
- Run SBCL and install the UltraLisp distro for recent software for quicklisp:
(ql-dist:install-dist "http://dist.ultralisp.org/"
:prompt nil)
(ql:update-all-dists) ; run newest updates
- Install and run CLOG Builder for a rich GUI Lisp IDE either with:
(ql:quickload :clog/tools)
(clog-tools:clog-builder)
or at the command line:
run-builder