From dbac79d7c2703dfdc77ffaa56cb5ce4c89da05f1 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 4 Sep 2014 21:19:05 +0200 Subject: [PATCH] Add some INSTALL information about CCL. --- INSTALL.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index ac0cec1..32b96ba 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -30,6 +30,12 @@ We suppose you already have `git` and `make` available, if that's not the case now is the time to install those tools. The SQLite lib that comes in MacOSX is fine, no need for extra software here. +You will need to install either SBCL or CCL separately, and when using +[brew](http://brew.sh/) it's as simple as: + + brew install sbcl + brew install clozure-cl + ## Building pgloader Now that the dependences are installed, just type make. @@ -48,3 +54,11 @@ Then you will have a new tool to play with: This command should spit out the *usage* information on which parameters are accepted in the command line actually. + + +## Building pgloader with CCL + +It's possible to pick [ccl](http://ccl.clozure.com/) rather than SBCL when +compiling pgloader: + + make CL=ccl