Updated compile dependency list

To compile pgloader on a freshly bootstraped VM, it is necessary
        to provide the exhaustive list of Debian packages to install.
This commit is contained in:
Grégoire HUBERT 2014-02-17 11:10:08 +01:00
parent 643875a266
commit 3f3e4b0a25

View File

@ -36,8 +36,7 @@ pgloader is now a Common Lisp program, tested using the
[SBCL](http://sbcl.org/) implementation with
[Quicklisp](http://www.quicklisp.org/beta/).
$ apt-get install sbcl
$ apt-get install libsqlite3-dev
$ apt-get install sbcl libsqlite3-dev make curl
$ cd /path/to/pgloader
$ mkdir -p ~/.config/common-lisp/source-registry.conf.d
$ echo "(:tree `pwd`)" > ~/.config/common-lisp/source-registry.conf.d/pgloader.conf