thirdParty/PCL 1.12.0/share/doc/pcl-1.12/tutorials/html/installing_homebrew.html

245 lines
6.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Installing on Mac OS X using Homebrew &mdash; Point Cloud Library 1.12.0 documentation</title>
<script type="text/javascript" src="_static/js/modernizr.min.js"></script>
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/language_data.js"></script>
<script type="text/javascript" src="_static/js/theme.js"></script>
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="index.html" class="icon icon-home"> Point Cloud Library
</a>
<div class="version">
1.12.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<!-- Local TOC -->
<div class="local-toc"><ul>
<li><a class="reference internal" href="#">Installing on Mac OS X using Homebrew</a></li>
<li><a class="reference internal" href="#prerequisites">Prerequisites</a></li>
<li><a class="reference internal" href="#using-the-formula">Using the formula</a><ul>
<li><a class="reference internal" href="#using-pcl">Using PCL</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">Point Cloud Library</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html">Docs</a> &raquo;</li>
<li>Installing on Mac OS X using Homebrew</li>
<li class="wy-breadcrumbs-aside">
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="installing-on-mac-os-x-using-homebrew">
<span id="installing-homebrew"></span><h1>Installing on Mac OS X using Homebrew</h1>
<p>This tutorial explains how to install the Point Cloud Library on Mac OS
X using Homebrew.</p>
<img alt="Mac OS X logo" class="align-right" src="_images/macosx_logo.png" />
</div>
<div class="section" id="prerequisites">
<span id="homebrew-preqs"></span><h1>Prerequisites</h1>
<p>You will need to have Homebrew installed. If you do not already have a Homebrew installation, see the
<a class="reference external" href="http://brew.sh/">Homebrew homepage</a> for installation instructions.</p>
</div>
<div class="section" id="using-the-formula">
<span id="homebrew-all"></span><h1>Using the formula</h1>
<p>The PCL formula is in the Homebrew official repositories.
This will automatically install all necessary dependencies and provides options for controlling
which parts of PCL are installed.</p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p>To prepare it, follow these steps:</p>
<ol class="last arabic simple">
<li>Install Homebrew. See the Homebrew website for instructions.</li>
<li>Execute <code class="docutils literal notranslate"><span class="pre">brew</span> <span class="pre">update</span></code>.</li>
</ol>
</div>
<p>To install the latest version using the formula, execute the following command:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ brew install pcl
</pre></div>
</div>
<p>You can specify options to control which parts of PCL are installed. For
example, to build just the libraries without extra dependencies, execute the following command:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ brew install pcl --without-apps --without-tools --without-vtk --without-qt
</pre></div>
</div>
<p>For a full list of the available options, see the formulas help:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ brew options pcl
</pre></div>
</div>
<p>Once PCL is installed, you may wish to periodically upgrade it. Update
Homebrew and, if a PCL update is available, upgrade:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>$ brew update
$ brew upgrade pcl
</pre></div>
</div>
<div class="section" id="using-pcl">
<h2>Using PCL</h2>
<p>Now that PCL in installed, you can start using the library in your own
projects by following the <a class="reference internal" href="using_pcl_pcl_config.html#using-pcl-pcl-config"><span class="std std-ref">Using PCL in your own project</span></a> tutorial.</p>
</div>
</div>
</div>
</div>
<footer>
<hr/>
<div role="contentinfo">
<p>
&copy; Copyright
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
</body>
</html>