Update doc files for build dependencies, fix #131.

This commit is contained in:
Dimitri Fontaine 2014-12-03 00:55:32 +01:00
parent 8dbb1fe9be
commit 9fb03d2d2e
2 changed files with 5 additions and 4 deletions

View File

@ -17,7 +17,8 @@ You will note in particular:
sudo apt-get install -y sbcl \
git curl patch unzip \
devscripts pandoc \
libsqlite3-dev
libsqlite3-dev \
freetds-dev
We need a recent enough [SBCL](http://sbcl.org/) version and that means
backporting the one found in `sid` rather than using the very old one found

View File

@ -61,7 +61,7 @@ pgloader is now a Common Lisp program, tested using the
[Clozure CL](http://ccl.clozure.com/) implementations with
[Quicklisp](http://www.quicklisp.org/beta/).
$ apt-get install sbcl libsqlite3-dev make curl
$ apt-get install sbcl unzip libsqlite3-dev make curl gawk freetds-dev libzip-dev
$ cd /path/to/pgloader
$ make pgloader
$ ./build/bin/pgloader --help
@ -145,8 +145,8 @@ file for you to use.
Give as many command files that you need to pgloader:
$ ./build/pgloader.exe --help
$ ./build/pgloader.exe <file.load>
$ ./build/bin/pgloader --help
$ ./build/bin/pgloader <file.load>
See the documentation file `pgloader.1.md` for details. You can compile that
file into a manual page or an HTML page thanks to the `ronn` application: