legendary_nimiux-s-lisperes/INSTALL.org
2022-10-17 22:00:28 +02:00

1.5 KiB
Raw Permalink Blame History

Dependencies

Not mandatory but recommended for development

Testing

Installation

Install SBCL for your operating system (Any other LISP implementation should work but not tested)

Install Quicklisp as described in its official page

Run sbcl load install.lisp

Follow the steps described in the Linedit page to configure it when SBCL starts

Place this project in a place where ASDF can find it. Read the ASDF manual. Placing it under ~/.local/share/common-lisp/source should do the trick

Change the parameters defined in file specials.lisp like log and error directories to suit your needs

Install Emacs for your operating system

Launch emacs and connect to your inferior lisp (sly)

If your LISP is running in remote you'll need to start SBCL and run:

(require :lisperes)

(lisperes:start-slynk)

Start the webserver:

(require :lisperes)

(lisperes:start-httpd)

Point your broser to localhost:4242