From 9fb03d2d2e359d164bd454d2332adc8622bbeebf Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Wed, 3 Dec 2014 00:55:32 +0100 Subject: [PATCH] Update doc files for build dependencies, fix #131. --- INSTALL.md | 3 ++- README.md | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index d60db22..c207066 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 diff --git a/README.md b/README.md index 65cecba..6d5ecf8 100644 --- a/README.md +++ b/README.md @@ -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 + $ ./build/bin/pgloader --help + $ ./build/bin/pgloader 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: