mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
149 lines
No EOL
9.1 KiB
HTML
149 lines
No EOL
9.1 KiB
HTML
|
||
<!DOCTYPE html>
|
||
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<title>Installation — Miller 5.10.2 documentation</title>
|
||
<link rel="stylesheet" href="_static/classic.css" type="text/css" />
|
||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||
|
||
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
|
||
<script src="_static/jquery.js"></script>
|
||
<script src="_static/underscore.js"></script>
|
||
<script src="_static/doctools.js"></script>
|
||
<script src="_static/language_data.js"></script>
|
||
|
||
<link rel="index" title="Index" href="genindex.html" />
|
||
<link rel="search" title="Search" href="search.html" />
|
||
<link rel="next" title="Internationalization" href="internationalization.html" />
|
||
<link rel="prev" title="Customization: .mlrrc" href="customization.html" />
|
||
</head><body>
|
||
<div class="related" role="navigation" aria-label="related navigation">
|
||
<h3>Navigation</h3>
|
||
<ul>
|
||
<li class="right" style="margin-right: 10px">
|
||
<a href="genindex.html" title="General Index"
|
||
accesskey="I">index</a></li>
|
||
<li class="right" >
|
||
<a href="internationalization.html" title="Internationalization"
|
||
accesskey="N">next</a> |</li>
|
||
<li class="right" >
|
||
<a href="customization.html" title="Customization: .mlrrc"
|
||
accesskey="P">previous</a> |</li>
|
||
<li class="nav-item nav-item-0"><a href="index.html">Miller 5.10.2 documentation</a> »</li>
|
||
<li class="nav-item nav-item-this"><a href="">Installation</a></li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="document">
|
||
<div class="documentwrapper">
|
||
<div class="bodywrapper">
|
||
<div class="body" role="main">
|
||
|
||
<div class="section" id="installation">
|
||
<h1>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">¶</a></h1>
|
||
<div class="section" id="prebuilt-executables-via-package-managers">
|
||
<h2>Prebuilt executables via package managers<a class="headerlink" href="#prebuilt-executables-via-package-managers" title="Permalink to this headline">¶</a></h2>
|
||
<p><a class="reference external" href="https://brew.sh/">Homebrew</a> installation support for OSX is available via</p>
|
||
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">brew</span> <span class="n">update</span> <span class="o">&&</span> <span class="n">brew</span> <span class="n">install</span> <span class="n">miller</span>
|
||
</pre></div>
|
||
</div>
|
||
<p>…and also via <a class="reference external" href="https://www.macports.org/">MacPorts</a>:</p>
|
||
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">port</span> <span class="n">selfupdate</span> <span class="o">&&</span> <span class="n">sudo</span> <span class="n">port</span> <span class="n">install</span> <span class="n">miller</span>
|
||
</pre></div>
|
||
</div>
|
||
<p>You may already have the <code class="docutils literal notranslate"><span class="pre">mlr</span></code> executable available in your platform’s package manager on NetBSD, Debian Linux, Ubuntu Xenial and upward, Arch Linux, or perhaps other distributions. For example, on various Linux distributions you might do one of the following:</p>
|
||
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">apt</span><span class="o">-</span><span class="n">get</span> <span class="n">install</span> <span class="n">miller</span>
|
||
</pre></div>
|
||
</div>
|
||
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">apt</span> <span class="n">install</span> <span class="n">miller</span>
|
||
</pre></div>
|
||
</div>
|
||
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">yum</span> <span class="n">install</span> <span class="n">miller</span>
|
||
</pre></div>
|
||
</div>
|
||
<p>On Windows, Miller is available via <a class="reference external" href="https://chocolatey.org/">Chocolatey</a>:</p>
|
||
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">choco</span> <span class="n">install</span> <span class="n">miller</span>
|
||
</pre></div>
|
||
</div>
|
||
</div>
|
||
<div class="section" id="prebuilt-executables-via-github-per-release">
|
||
<h2>Prebuilt executables via GitHub per release<a class="headerlink" href="#prebuilt-executables-via-github-per-release" title="Permalink to this headline">¶</a></h2>
|
||
<p>Please see <a class="reference external" href="https://github.com/johnkerl/miller/releases">https://github.com/johnkerl/miller/releases</a> where there are builds for OSX Yosemite, Linux x86-64 (dynamically linked), and Windows (via Appveyor build artifacts).</p>
|
||
<p>Miller is autobuilt for <strong>Linux</strong> using <strong>Travis</strong> on every commit (<a class="reference external" href="https://travis-ci.org/johnkerl/miller/builds">https://travis-ci.org/johnkerl/miller/builds</a>). This was set up by the generous assistance of <a class="reference external" href="https://github.com/SikhNerd">SikhNerd</a> on Github, tracked in <a class="reference external" href="https://github.com/johnkerl/miller/issues/15">https://github.com/johnkerl/miller/issues/15</a>. Analogously, Miller is autobuilt for <strong>Windows</strong> using the <strong>Appveyor</strong> continuous-build system: <a class="reference external" href="https://ci.appveyor.com/project/johnkerl/miller">https://ci.appveyor.com/project/johnkerl/miller</a>.</p>
|
||
<p>Miller releases from <a class="reference external" href="https://github.com/johnkerl/miller/releases/tag/v5.1.0w">5.1.0</a> onward will have a precompiled Windows binary, in addition to the MacOSX and Linux 64-bit precompiled binaries as on previous releases. Specifically, at <a class="reference external" href="https://ci.appveyor.com/project/johnkerl/miller">https://ci.appveyor.com/project/johnkerl/miller</a> you can select <em>Latest Build</em> and then <em>Artifacts</em> to always get the current head build. Miller releases from 5.3.0 onward will simply point to a particular Appveyor artifact associated with the release.</p>
|
||
</div>
|
||
<div class="section" id="building-from-source">
|
||
<h2>Building from source<a class="headerlink" href="#building-from-source" title="Permalink to this headline">¶</a></h2>
|
||
<p>Please see <a class="reference internal" href="build.html"><span class="doc">Building from source</span></a>.</p>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="clearer"></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
||
<div class="sphinxsidebarwrapper">
|
||
<h3><a href="index.html">Table of Contents</a></h3>
|
||
<ul>
|
||
<li><a class="reference internal" href="#">Installation</a><ul>
|
||
<li><a class="reference internal" href="#prebuilt-executables-via-package-managers">Prebuilt executables via package managers</a></li>
|
||
<li><a class="reference internal" href="#prebuilt-executables-via-github-per-release">Prebuilt executables via GitHub per release</a></li>
|
||
<li><a class="reference internal" href="#building-from-source">Building from source</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
|
||
<h4>Previous topic</h4>
|
||
<p class="topless"><a href="customization.html"
|
||
title="previous chapter">Customization: .mlrrc</a></p>
|
||
<h4>Next topic</h4>
|
||
<p class="topless"><a href="internationalization.html"
|
||
title="next chapter">Internationalization</a></p>
|
||
<div role="note" aria-label="source link">
|
||
<h3>This Page</h3>
|
||
<ul class="this-page-menu">
|
||
<li><a href="_sources/install.rst.txt"
|
||
rel="nofollow">Show Source</a></li>
|
||
</ul>
|
||
</div>
|
||
<div id="searchbox" style="display: none" role="search">
|
||
<h3 id="searchlabel">Quick search</h3>
|
||
<div class="searchformwrapper">
|
||
<form class="search" action="search.html" method="get">
|
||
<input type="text" name="q" aria-labelledby="searchlabel" />
|
||
<input type="submit" value="Go" />
|
||
</form>
|
||
</div>
|
||
</div>
|
||
<script>$('#searchbox').show(0);</script>
|
||
</div>
|
||
</div>
|
||
<div class="clearer"></div>
|
||
</div>
|
||
<div class="related" role="navigation" aria-label="related navigation">
|
||
<h3>Navigation</h3>
|
||
<ul>
|
||
<li class="right" style="margin-right: 10px">
|
||
<a href="genindex.html" title="General Index"
|
||
>index</a></li>
|
||
<li class="right" >
|
||
<a href="internationalization.html" title="Internationalization"
|
||
>next</a> |</li>
|
||
<li class="right" >
|
||
<a href="customization.html" title="Customization: .mlrrc"
|
||
>previous</a> |</li>
|
||
<li class="nav-item nav-item-0"><a href="index.html">Miller 5.10.2 documentation</a> »</li>
|
||
<li class="nav-item nav-item-this"><a href="">Installation</a></li>
|
||
</ul>
|
||
</div>
|
||
<div class="footer" role="contentinfo">
|
||
© Copyright 2020, John Kerl.
|
||
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.2.1.
|
||
</div>
|
||
</body>
|
||
</html> |