docs/01-installation.markdown @ db7fd8486570 v1.0.0
Fix the tests in ABCL
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Sat, 23 Feb 2019 14:34:17 -0500 |
| parents | 70f64dff49b5 |
| 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/