docs/01-installation.markdown @ 3a43bc28e3fc
Bump version to 1.0.0
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Sat, 23 Feb 2019 14:24:43 -0500 | 
| parents | 70f64dff49b5 | 
| 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/