From 024579c60d90f932bbcade70382679d407688bac Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Sat, 28 Jan 2017 18:17:19 +0100 Subject: [PATCH] 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. --- INSTALL.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 37210ca..09458c4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 diff --git a/README.md b/README.md index c8f68f3..71d2e43 100644 --- a/README.md +++ b/README.md @@ -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/).