From 3f3e4b0a2526ddf11aa6e916ff5c60a850061d20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20HUBERT?= Date: Mon, 17 Feb 2014 11:10:08 +0100 Subject: [PATCH 1/2] Updated compile dependency list To compile pgloader on a freshly bootstraped VM, it is necessary to provide the exhaustive list of Debian packages to install. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6122cf9..b068c14 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,7 @@ pgloader is now a Common Lisp program, tested using the [SBCL](http://sbcl.org/) implementation with [Quicklisp](http://www.quicklisp.org/beta/). - $ apt-get install sbcl - $ apt-get install libsqlite3-dev + $ apt-get install sbcl libsqlite3-dev make curl $ cd /path/to/pgloader $ mkdir -p ~/.config/common-lisp/source-registry.conf.d $ echo "(:tree `pwd`)" > ~/.config/common-lisp/source-registry.conf.d/pgloader.conf 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 2/2] 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