Update README file for build instructions, fix #296.

When building from source you should really build from current's HEAD in
git master branch...

In passing, comment out the --self-update paragraph as it's know to be
broken unless you still have all the source dependencies at the right
place for ASDF to find them... making the feature developer only.
This commit is contained in:
Dimitri Fontaine 2015-09-17 20:27:55 +02:00
parent f6aa8210b9
commit fe812061c4

View File

@ -66,9 +66,13 @@ pgloader is now a Common Lisp program, tested using the
$ make pgloader
$ ./build/bin/pgloader --help
You can also fetch pre-made binary packages at
[pgloader.io](http://pgloader.io/download.html).
When building from sources, you should always build from the current git
HEAD as it's basically the only source that is managed in a way to ensure it
builds aginst current set of dependencies versions.
<!--
Known broken for awhile
## Testing a new feature
Being a Common Lisp program, pgloader is able to *upgrade itself* at run
@ -99,6 +103,8 @@ the same upgraded code again you will have to use the `--self-upgrade`
command again. It might warrant for an option rename before `3.1.0` stable
release.
-->
## The pgloader.lisp script
Now you can use the `#!` script or build a self-contained binary executable