From fe812061c4366074bd6b6a9ae0c30d5435a796cf Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Thu, 17 Sep 2015 20:27:55 +0200 Subject: [PATCH] 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. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbd679f..5f9634c 100644 --- a/README.md +++ b/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. + + ## The pgloader.lisp script Now you can use the `#!` script or build a self-contained binary executable