Next: , Previous: , Up: Top   [Contents][Index]

2 Install

Download the source code from ‘https://github.com/mmontone/cl-rest-server’ and point .asd system definition files from ./sbcl/system (ln -s <system definition file path>) and then evaluate:

(require :rest-server)

from your lisp listener.

You will also need to satisfy these system dependencies:

The easiest way of installing those packages is via Quicklisp1

This library is under the MIT licence.


Footnotes

(1)

http://www.quicklisp.org


Next: , Previous: , Up: Top   [Contents][Index]