mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Update INSTALL.md
This commit is contained in:
parent
29ebdff9f9
commit
9acc716f69
10
INSTALL.md
10
INSTALL.md
@ -36,16 +36,16 @@ You will need to install either SBCL or CCL separately, and when using
|
||||
brew install sbcl
|
||||
brew install clozure-cl
|
||||
|
||||
### Compiling SBCL yourself
|
||||
### Compiling SBCL by 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 .
|
||||
If you ended up building SBCL yourself or you just want to do that, you can
|
||||
download the source from http://www.sbcl.org/ .
|
||||
|
||||
You will need to build SBCL with the following options:
|
||||
You will need to build SBCL with the following command and options:
|
||||
|
||||
sh make.sh --with-sb-core-compression --with-sb-thread
|
||||
|
||||
Note that you could also remove the --compress-core option.
|
||||
NOTE: You could also remove the --compress-core option.
|
||||
|
||||
|
||||
## Building pgloader
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user