Skip to content

Commit

Permalink
Quicklisp distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
borodust committed Jan 25, 2017
1 parent 38ad97f commit 48ea1ea
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,17 @@ Required foreign libraries:
| `NanoVG` | ?.? | `bodge-nanovg`
| `Nuklear` | 1.20 | `bodge-nuklear`

You need few CL dependencies manually installed (no quicklisp packages available):

### [Quicklisp](http://quicklisp.org)
```lisp
(ql-dist:install-dist "http://bodge.borodust.org/dist/bodge-systems.txt")
(ql:quickload :cl-bodge)
```


### Upstream sources
You need few CL dependencies installed manually:
* [`cl-muth`](https://github.com/borodust/cl-muth)
* [`cl-flow`](https://github.com/borodust/cl-flow)
* [`bodge-ode`](https://github.com/borodust/bodge-ode)
Expand Down

0 comments on commit 48ea1ea

Please sign in to comment.