Review the installation docs, fix #17.

This commit is contained in:
Dimitri Fontaine 2013-12-18 15:16:36 +01:00
parent 772a12d522
commit f51fed84b5

View File

@ -38,6 +38,8 @@ pgloader is now a Common Lisp program, tested using the
$ apt-get install sbcl $ apt-get install sbcl
$ apt-get install libsqlite3-dev $ apt-get install libsqlite3-dev
$ cd /path/to/pgloader
$ echo `pwd` > ~/.config/common-lisp/source-registry.conf.d/pgloader.conf
$ make pgloader $ make pgloader
$ ./build/pgloader.exe --help $ ./build/pgloader.exe --help
@ -49,12 +51,6 @@ to get included in the mainline version of the dependencies so that this
whole section and assorted `Makefile` business disappear for being whole section and assorted `Makefile` business disappear for being
irrelevant. irrelevant.
#### Postmodern
The current version of the code depends on a recent version of
[Postmodern](http://marijnhaverbeke.nl/postmodern/postmodern.html) not found
in Quicklisp yet at the time of this writing.
#### cl-csv #### cl-csv
The handling of `NULL` values in `CSV` files requires pgloader to have more The handling of `NULL` values in `CSV` files requires pgloader to have more