You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@htrace.apache.org by cm...@apache.org on 2015/03/02 23:06:49 UTC

incubator-htrace git commit: HTRACE-126. BUILDING.txt should not say that godep is required, because we auto-install godep (cmccabe)

Repository: incubator-htrace
Updated Branches:
  refs/heads/master cb8cee768 -> 50707f06a


HTRACE-126. BUILDING.txt should not say that godep is required, because we auto-install godep (cmccabe)


Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/50707f06
Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/50707f06
Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/50707f06

Branch: refs/heads/master
Commit: 50707f06abcb2095b925d1a51b910c86194f8c67
Parents: cb8cee7
Author: Colin P. Mccabe <cm...@apache.org>
Authored: Mon Mar 2 14:06:22 2015 -0800
Committer: Colin P. Mccabe <cm...@apache.org>
Committed: Mon Mar 2 14:06:22 2015 -0800

----------------------------------------------------------------------
 BUILDING.txt                    | 7 +++++--
 htrace-core/src/go/BUILDING.txt | 1 -
 2 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/50707f06/BUILDING.txt
----------------------------------------------------------------------
diff --git a/BUILDING.txt b/BUILDING.txt
index 03ab4f7..d8314b0 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -1,7 +1,10 @@
 On Building HTrace
 
-Requires go version 1.3.1 or 1.4. Also requires godep. See hbase-core/src/go/BUILDING.txt for more.
-Requires Java 1.7 at least.
+Requires the go programming language, version 1.3 or higher.  See
+htrace-core/src/go/BUILDING.txt for more information.
+
+Requires Java 1.6 at least.
+
 Requires maven 3.x.
 
 After installing go, to build, run:

http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/50707f06/htrace-core/src/go/BUILDING.txt
----------------------------------------------------------------------
diff --git a/htrace-core/src/go/BUILDING.txt b/htrace-core/src/go/BUILDING.txt
index bb3eb88..d54d410 100644
--- a/htrace-core/src/go/BUILDING.txt
+++ b/htrace-core/src/go/BUILDING.txt
@@ -20,7 +20,6 @@ Dependencies
 You will need to install:
 * The Go programming language
 * The development package for leveldb (some Linux distros call this "leveldb-devel") containing libleveldb.so
-* Version 0 of the "godep" tool from https://github.com/tools/godep/releases
 
 htraced requires libleveldb.so to be in your shared library path in order to run.
 You can set LD_LIBRARY_PATH to the path for this library, or simply install