Added minimum SBCL version to compile

This commit is contained in:
Grégoire HUBERT 2014-02-17 14:18:16 +01:00
parent 3f3e4b0a25
commit 5ff2b9c4b3

View File

@ -33,7 +33,7 @@ candidate). The next stable versions are going to be `3.1` then `3.2` etc.
## INSTALL
pgloader is now a Common Lisp program, tested using the
[SBCL](http://sbcl.org/) implementation with
[SBCL](http://sbcl.org/) (>= 1.1.14) implementation with
[Quicklisp](http://www.quicklisp.org/beta/).
$ apt-get install sbcl libsqlite3-dev make curl