docs/01-installation.markdown @ 065d51da89c8
Added tag v1.0.0 for changeset db7fd8486570
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Sat, 23 Feb 2019 14:34:24 -0500 |
| parents | db7fd8486570 |
| children | db8f927391c9 |
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 `external-program`, and also requires [ImageMagick][im] for its fuzz testing. [local]: https://www.quicklisp.org/beta/faq.html#local-project [im]: https://www.imagemagick.org/