docs/01-installation.markdown @ 70f64dff49b5

Add actual documentation
author Steve Losh <steve@stevelosh.com>
date Sat, 23 Feb 2019 14:23:28 -0500
parents 1e155f658715
children db7fd8486570
Installation
============

cl-netpbm is compatible with Quicklisp, but not *in* Quicklisp (yet?).  You
can clone the repository into your [Quicklisp local-projects][local] directory
for now.

The `cl-netpbm` system provides all the functionality of the library.  It has no
dependencies.

The `cl-netpbm/test` system provides the unit tests.  It depends on `1am` and
`uiop`, and also requires [ImageMagick][im] for its fuzz testing.

[local]: https://www.quicklisp.org/beta/faq.html#local-project
[im]: https://www.imagemagick.org/