From 5ff2b9c4b36d2917ff1fca894505581552e9ff97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20HUBERT?= Date: Mon, 17 Feb 2014 14:18:16 +0100 Subject: [PATCH] Added minimum SBCL version to compile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b068c14..52d074e 100644 --- a/README.md +++ b/README.md @@ -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