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:
zickzackv 2015-01-19 09:10:02 +01:00
parent 388dc31cb7
commit 511fc40ee6

View File

@ -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