13 Commits

Author SHA1 Message Date
Richard Michael
6dcdf4711b Easier install by detecting SBCL core-compression.
Various Linux distributions provide SBCL without core-compression
enabled. On the other hand, Mac OSX (at least via `homebrew`) SBCL with
core-compression enabled.  To make installation easier, teach the make
process to detect core-compression, and use it if possible.
2016-01-09 22:17:02 -05:00
Dimitri Fontaine
f8cb7601c5 Implement a Dockerfile.
Apparently it's quite common nowadays for people to use docker to build
and run software in a contained way, so provide users with the facility
they need in order to do that.
2016-01-04 21:05:46 +01:00
zickzackv
511fc40ee6 add note to install universal binaries of freetds
Otherwise cffi tries to load the 64-bit version of the library which fails
2015-01-19 09:10:02 +01:00
Dimitri Fontaine
9fb03d2d2e Update doc files for build dependencies, fix #131. 2014-12-03 00:55:32 +01:00
Dimitri Fontaine
b9e26ea460 Add instructions to build a docker image for pgloader.
The current instructions build SBCL then pgloader all from sources in a
debian VM. It might be a good idea to maintain a debian+SBCL docker
image and build pgloader on top of that.
2014-11-30 18:52:35 +01:00
Emanuel
9acc716f69 Update INSTALL.md 2014-10-25 12:40:50 -03:00
Emanuel
29ebdff9f9 Update INSTALL.md
Extending documentation
2014-10-25 11:55:14 -03:00
Emanuel
b7bea28c9b Fix INSTALL doc
Added curl on the apt-get install instructions.
2014-10-25 08:27:16 -03:00
Dimitri Fontaine
f64d242f91 Typo fix. 2014-10-06 13:28:28 +02:00
Dimitri Fontaine
2d2cc26fca Allow setting dynamic space size easily at build time, fix #112. 2014-10-05 22:10:46 +02:00
Dimitri Fontaine
dbac79d7c2 Add some INSTALL information about CCL. 2014-09-04 21:19:05 +02:00
Dimitri Fontaine
77f87fb8b3 Copy/past'o fix. 2014-04-22 17:21:44 +02:00
Dimitri Fontaine
71fcd6b748 Add some INSTALL notes, with dependency instructions. 2014-04-22 17:16:51 +02:00