You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{site.data.alerts.callout_info}}This feature is available only when you <ahref="install-cockroachdb.html">build a CockroachDB binary</a> from the code on our <code>develop</code> branch. For a list of other features available only when building from source, see <ahref="develop-branch.html">Features on the Develop Branch</a>.{{site.data.alerts.end}}
These features are available only when you <ahref="install-cockroachdb.html">build a CockroachDB binary</a> from the code on our <code>develop</code> branch. They are not yet included in an official beta release.
Copy file name to clipboardExpand all lines: install-cockroachdb.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ $(document).ready(function(){
77
77
</div>
78
78
79
79
<divid="macinstall">
80
-
<p>There are four ways to install CockroachDB on Mac OS X. See <ahref="{{site.data.strings.version}}.html">Release Notes</a> for what's new in the latest version.</p>
80
+
<p>There are four ways to install CockroachDB on Mac OS X. See <ahref="{{site.data.strings.version}}.html">Release Notes</a> for what's new in the latest version.</p>
81
81
82
82
<divid="mac-installs"class="clearfix">
83
83
<ahref="#download-the-binary"class="install-button mac-button current"data-eventcategory="buttonClick-doc-install"data-eventaction="mac-binary">Download the <divclass="c2a">Binary</div></a>
<divclass="bs-callout bs-callout-info">Unlike the other install methods, building from source gets you access to the <ahref="develop-branch.html">latest features</a> not yet included in an official beta release.</div>
175
176
<ol>
176
177
<li>
177
178
<p>Install the following prerequisites, as necessary:</p>
<p>The first time you run <code class="highlighter-rouge">make install</code>, it can take awhile to download and install various dependencies.</p>
207
+
208
+
<div class="bs-callout bs-callout-success">This step builds a binary that includes features not yet in an official beta release. To build the latest beta version instead, run <code>git checkout {{site.data.strings.version}}</code> before <code>make install</code>.</div>
206
209
</li>
207
210
<li>
208
211
<p>The <code class="highlighter-rouge">make install</code> command puts the binary in <code class="highlighter-rouge"><span class="nv">$GOPATH</span>/bin</code>. Add this directory to your <code class="highlighter-rouge">PATH</code>, if it isn't already there. This makes it easy to execute <a href="cockroach-commands.html">cockroach commands</a> from any shell.</p>
<divclass="bs-callout bs-callout-info">Unlike the other install methods, building from source gets you access to the <ahref="develop-branch.html">latest features</a> not yet included in an official beta release.</div>
337
340
<ol>
338
341
<li>
339
342
<p>Install the following prerequisites, as necessary:</p>
<p>The first time you run <code class="highlighter-rouge">make install</code>, it can take awhile to download and install various dependencies.</p>
371
+
372
+
<div class="bs-callout bs-callout-success">This step builds a binary that includes features not yet in an official beta release. To build the latest beta version instead, run <code>git checkout {{site.data.strings.version}}</code> before <code>make install</code>.</div>
368
373
</li>
369
374
<li>
370
375
<p>The <code class="highlighter-rouge">make install</code> command puts the binary in <code class="highlighter-rouge"><span class="nv">$GOPATH</span>/bin</code>. Add this directory to your <code class="highlighter-rouge">PATH</code>, if it isn't already there. This makes it easy to execute <a href="cockroach-commands.html">cockroach commands</a> from any shell.</p>
0 commit comments