mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
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:
parent
6bd17f45da
commit
024579c60d
@ -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
|
||||
|
||||
|
||||
@ -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/).
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user