You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by da...@apache.org on 2016/02/18 23:29:56 UTC

[5/5] incubator-kudu git commit: Tweak SLES 12 source install instructions

Tweak SLES 12 source install instructions

Change-Id: Idda4bc0ade6ce8579a3d8acccdd450be2f07030f
Reviewed-on: http://gerrit.cloudera.org:8080/2225
Reviewed-by: Adar Dembo <ad...@cloudera.com>
Tested-by: Kudu Jenkins


Project: http://git-wip-us.apache.org/repos/asf/incubator-kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kudu/commit/7ec173f7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kudu/tree/7ec173f7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kudu/diff/7ec173f7

Branch: refs/heads/master
Commit: 7ec173f7bda03f9bd09d3945b3e2fbb4f43b83c4
Parents: 59db0e0
Author: Dan Burkert <da...@cloudera.com>
Authored: Thu Feb 18 12:10:13 2016 -0800
Committer: Dan Burkert <da...@cloudera.com>
Committed: Thu Feb 18 22:29:24 2016 +0000

----------------------------------------------------------------------
 docs/installation.adoc | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/7ec173f7/docs/installation.adoc
----------------------------------------------------------------------
diff --git a/docs/installation.adoc b/docs/installation.adoc
index 243a5dd..0772574 100644
--- a/docs/installation.adoc
+++ b/docs/installation.adoc
@@ -419,8 +419,7 @@ wget https://downloads.sourceforge.net/project/boost/boost/1.59.0/boost_1_59_0.t
 tar xzf boost_1_59_0.tar.gz
 pushd boost_1_59_0
 ./bootstrap.sh
-./b2 --with-system --with-threads
-export BOOST_ROOT=$(pwd)
+./b2 --with-system --with-thread
 popd
 ----
 
@@ -447,7 +446,7 @@ except for the `kudu` directory itself.
 ----
 mkdir -p build/release
 cd build/release
-BOOST_ROOT=../../boost_1_59_0 \
+BOOST_ROOT=../../../boost_1_59_0 \
   ../../thirdparty/installed/bin/cmake \
   -DCMAKE_BUILD_TYPE=release \
   ../..
@@ -479,14 +478,14 @@ wget https://downloads.sourceforge.net/project/boost/boost/1.59.0/boost_1_59_0.t
 tar xzf boost_1_59_0.tar.gz
 pushd boost_1_59_0
 ./bootstrap.sh
-./b2 --with-system --with-threads
+./b2 --with-system --with-thread
 popd
 git clone https://github.com/cloudera/kudu
 cd kudu
 thirdparty/build-if-necessary.sh
 mkdir -p build/release
 cd build/release
-BOOST_ROOT=../../boost_1_59_0 \
+BOOST_ROOT=../../../boost_1_59_0 \
   ../../thirdparty/installed/bin/cmake \
   -DCMAKE_BUILD_TYPE=release \
   ../..