You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2017/10/03 13:51:08 UTC

qpid-proton git commit: NO-JIRA: go: clarify install instructions in README

Repository: qpid-proton
Updated Branches:
  refs/heads/master 95ee34e99 -> d39904c45


NO-JIRA: go: clarify install instructions in README


Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/d39904c4
Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/d39904c4
Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/d39904c4

Branch: refs/heads/master
Commit: d39904c45bf2bcf7bd45fa7d075ef92aad0b7136
Parents: 95ee34e
Author: Alan Conway <ac...@redhat.com>
Authored: Tue Oct 3 09:50:46 2017 -0400
Committer: Alan Conway <ac...@redhat.com>
Committed: Tue Oct 3 09:51:05 2017 -0400

----------------------------------------------------------------------
 .../bindings/go/src/qpid.apache.org/README.md   | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/d39904c4/proton-c/bindings/go/src/qpid.apache.org/README.md
----------------------------------------------------------------------
diff --git a/proton-c/bindings/go/src/qpid.apache.org/README.md b/proton-c/bindings/go/src/qpid.apache.org/README.md
index 7415929..0977787 100644
--- a/proton-c/bindings/go/src/qpid.apache.org/README.md
+++ b/proton-c/bindings/go/src/qpid.apache.org/README.md
@@ -4,10 +4,24 @@ These packages provide [Go](http://golang.org) support for sending and receiving
 AMQP messages in client or server applications. Reference documentation is
 available at: <http://godoc.org/?q=qpid.apache.org>
 
-They require the [proton-C library](http://qpid.apache.org/proton) to be installed.
-On many platforms it is avaialable pre-packaged, for example on Fedora
+They require the
+[proton-C library and header files](http://qpid.apache.org/proton) to be
+installed.  On many platforms it is avaialable pre-packaged, for example on
+Fedora
 
-    yum install qpid-proton-c-devel
+    dnf install qpid-proton-c-devel
+
+If you built proton from source, you can set environment variables to find the
+built libraries and headers as follows:
+
+    source <build-directory>/config.sh
+
+If you have installed the library and headers in non-standard directories, then
+add them to the following environment variables:
+
+    LD_LIBRARY_PATH  # directory containing the library
+    LIBRARY_PATH     # directory containing the library
+    C_INCLUDE_PATH   # directory containing the proton/ subdirectory with header files
 
 There are 3 packages:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org