mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 10:56:10 +02:00
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:
parent
643875a266
commit
3f3e4b0a25
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user