Better INSTALL section.

This commit is contained in:
Dimitri Fontaine 2013-11-12 11:23:07 +01:00
parent c706813465
commit a123cd472b

View File

@ -36,9 +36,10 @@ pgloader is now a Common Lisp program, tested using the
[SBCL](http://sbcl.org/) implementation with [SBCL](http://sbcl.org/) implementation with
[Quicklisp](http://www.quicklisp.org/beta/). [Quicklisp](http://www.quicklisp.org/beta/).
apt-get install sbcl $ apt-get install sbcl
apt-get install libmysqlclient-dev libsqlite3-dev $ apt-get install libmysqlclient-dev libsqlite3-dev
make pgloader $ make pgloader
$ ./build/pgloader.exe --help
### Patches ### Patches