docs/01-installation.markdown @ e7ed5e5a2d9e default tip
Use ERROR instead of an ECASE form with no clauses. SBCL outputs compilation warnings for ECASE forms missing clauses and that causes Quicklisp test failures.
| author | Robert Brown <robert.brown@gmail.com> |
|---|---|
| date | Sat, 04 Nov 2023 10:42:34 -0400 |
| parents | e88c9fd73e3b |
| children | (none) |
Installation ============ cl-digraph can be installed with [Quicklisp][]: `(ql:quickload :cl-digraph)` The `cl-digraph` system contains the core API and has no dependencies. The `cl-digraph.dot` system contains support for drawing digraphs with Graphviz using [cl-dot][]. The `cl-digraph.test` system contains the test suite, which uses [1am][]. [quicklisp]: https://quicklisp.org/ [1am]: https://github.com/lmj/1am [cl-dot]: https://github.com/michaelw/cl-dot