You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2017/01/16 16:54:17 UTC

orc git commit: Push fix up release build directions to site.

Repository: orc
Updated Branches:
  refs/heads/asf-site ae012f0af -> b333439a2


Push fix up release build directions to site.

Signed-off-by: Owen O'Malley <om...@apache.org>


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

Branch: refs/heads/asf-site
Commit: b333439a2433c841d90cd9d17a0114e4af077737
Parents: ae012f0
Author: Owen O'Malley <om...@apache.org>
Authored: Mon Jan 16 08:53:36 2017 -0800
Committer: Owen O'Malley <om...@apache.org>
Committed: Mon Jan 16 08:53:36 2017 -0800

----------------------------------------------------------------------
 docs/building.html | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/b333439a/docs/building.html
----------------------------------------------------------------------
diff --git a/docs/building.html b/docs/building.html
index f4e05c2..0814fed 100644
--- a/docs/building.html
+++ b/docs/building.html
@@ -1098,6 +1098,7 @@ is in the docker subdirectory, for the list of packages required to build ORC:</
 <p>To build a normal release:</p>
 
 <pre><code class="language-shell">% mkdir build
+% cd build
 % cmake ..
 % make package test-out
 </code></pre>