mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-11 00:36:59 +02:00
Update INSTALL.md
Extending documentation
This commit is contained in:
parent
b7bea28c9b
commit
29ebdff9f9
12
INSTALL.md
12
INSTALL.md
@ -36,6 +36,18 @@ You will need to install either SBCL or CCL separately, and when using
|
||||
brew install sbcl
|
||||
brew install clozure-cl
|
||||
|
||||
### Compiling SBCL yourself
|
||||
|
||||
If you ended up building SBCL yourself or you may want to do that, you can
|
||||
download the source from http://www.sbcl.org/getting.html .
|
||||
|
||||
You will need to build SBCL with the following options:
|
||||
|
||||
sh make.sh --with-sb-core-compression --with-sb-thread
|
||||
|
||||
Note that you could also remove the --compress-core option.
|
||||
|
||||
|
||||
## Building pgloader
|
||||
|
||||
Now that the dependences are installed, just type make.
|
||||
|
Loading…
Reference in New Issue
Block a user