mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
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:
parent
f6aa8210b9
commit
fe812061c4
10
README.md
10
README.md
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user