InstallationCommonLisp » History » Version 2

Version 1 (S. Wrede, 06/28/2011 09:24 PM) → Version 2/8 (J. Moringen, 06/29/2011 09:57 AM)

h1. Installation of Common Lisp Implementation

h2. h3. External Dependencies

| *System* | *Required* | *Obtainable From* |
| alexandria | yes | "Quicklisp":http://www.quicklisp.org/ |
| split-sequence | yes | Quicklisp |
| iterate | yes | Quicklisp |
| metabang-bind | yes | Quicklisp |
| bordeaux-threads | yes | Quicklisp |
| closer-mop | yes | Quicklisp |
| log5 | yes | Quicklisp |
| puri | yes | Quicklisp |
| uuid | yes | Quicklisp |
| local-time | yes | Quicklisp |
| cl-hooks | yes | https://launchpad.net/cl-hooks |
| cl-dynamic-classes | yes | "RSB Repository":https://code.cor-lab.org/svn/rsb/trunk/cl/cl-dynamic-classes/ |
| cxml-stp | for XML event data | Quicklisp |
| xpath | for XPath event filtering | Quicklisp |
| cl-protobuf | for Spread transport | "RSB Repository":https://code.cor-lab.org/svn/rsb/trunk/cl/cl-protobuf/ |
| cl-spread | for Spread transport | "RSB Repository":https://code.cor-lab.org/svn/rsb/trunk/cl/cl-spread/ |
| -- libspread | for Spread transport | See C++ installation instructions |

h2. h3. Installation

# Download systems from Subversion repository:
#* @cl-rsb@: @svn export https://code.cor-lab.org/svn/rsb/trunk/cl/cl-rsb/@
#* @cl-dynamic-classes@: @svn export https://code.cor-lab.org/svn/rsb/trunk/cl/cl-dynamic-classes/@
#* @cl-protobuf@: @svn export https://code.cor-lab.org/svn/rsb/trunk/cl/cl-protobuf/@
#* @cl-spread@: @svn export https://code.cor-lab.org/svn/rsb/trunk/cl/cl-spread/@
# Download other required systems:
#* @cl-hooks@: @bzr branch lp:cl-hooks@
# Load @cl-rsb@ with Quicklisp to pull in remaining dependencies:
@(ql:quickload :cl-rsb)@