mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-09 07:47:00 +02:00
Add some INSTALL information about CCL.
This commit is contained in:
parent
1e723445a5
commit
dbac79d7c2
14
INSTALL.md
14
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
|
||||
|
Loading…
Reference in New Issue
Block a user