mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-10 00:07:00 +02:00
add note to install universal binaries of freetds
Otherwise cffi tries to load the 64-bit version of the library which fails
This commit is contained in:
parent
388dc31cb7
commit
511fc40ee6
@ -37,6 +37,11 @@ You will need to install either SBCL or CCL separately, and when using
|
|||||||
brew install sbcl
|
brew install sbcl
|
||||||
brew install clozure-cl
|
brew install clozure-cl
|
||||||
|
|
||||||
|
NOTE: Make sure you installed the universal binaries of Freetds, so that
|
||||||
|
they can be loaded correctly.
|
||||||
|
|
||||||
|
brew install freetds --universal --build-from-source
|
||||||
|
|
||||||
### Compiling SBCL by yourself
|
### Compiling SBCL by yourself
|
||||||
|
|
||||||
If you ended up building SBCL yourself or you just want to do that, you can
|
If you ended up building SBCL yourself or you just want to do that, you can
|
||||||
|
Loading…
Reference in New Issue
Block a user