Fix SBCL version requirements.

As we now depend on recent enough version of ASDF in some of our build
dependencies, that raises the bar to ABCL 1.2.5 or newer now.

Fixes #497.
This commit is contained in:
Dimitri Fontaine 2017-01-28 18:17:19 +01:00
parent 6bd17f45da
commit 024579c60d
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ You will note in particular:
We need a recent enough [SBCL](http://sbcl.org/) version and that means
backporting the one found in `sid` rather than using the very old one found
in current *stable* debian release. See `bootstrap-debian.sh` for details
about how to backport a recent enough SBCL here (1.1.14 or newer).
about how to backport a recent enough SBCL here (1.2.5 or newer).
### Mac OS X

View File

@ -77,7 +77,7 @@ You can also use a **docker** image for pgloader at
## Build from sources
pgloader is now a Common Lisp program, tested using the
[SBCL](http://sbcl.org/) (>= 1.1.14) and
[SBCL](http://sbcl.org/) (>= 1.2.5) and
[Clozure CL](http://ccl.clozure.com/) implementations with
[Quicklisp](http://www.quicklisp.org/beta/).