mirror of
https://github.com/dimitri/pgloader.git
synced 2026-03-09 06:01:31 +01:00
Update doc files for build dependencies, fix #131.
This commit is contained in:
parent
8dbb1fe9be
commit
9fb03d2d2e
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user