Skip to content

Commit

Permalink
deploy: 3315817
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelP committed Mar 13, 2024
1 parent 02fc2ac commit b620d5a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions building.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ <h1 id="installing-aravis">Installing Aravis<a class="md-anchor" href="#installi
<div class="codehilite"><pre><span></span><code>sudo ldconfig
</code></pre></div>

<h2 id="release-versions">Release versions<a class="md-anchor" href="#release-versions" title="Permanent link"></a></h2>
<p>Please use the released versions of Aravis and not a git checkout, unless you
want to work on Aravis itself or test a&nbsp;commit.</p>
<p>The current version naming follows a major.minor.micro scheme. Odd minor values
indicates development releases, and even minor values stable releases. Prior to
1.0.0, stable releases with different minor are not compatible, and are parallel
installable, with executables suffixed with <code>-major.minor</code>.</p>
<h2 id="install-dependencies-on-ubuntu-2004">Install dependencies on Ubuntu 20.04<a class="md-anchor" href="#install-dependencies-on-ubuntu-2004" title="Permanent link"></a></h2>
<p>Prior to running <code>meson</code> and <code>ninja</code>, dependencies can be installed using the
following(tested on Ubuntu&nbsp;20.04):</p>
Expand Down Expand Up @@ -234,6 +241,8 @@ <h1 id="debugging-aravis">Debugging Aravis<a class="md-anchor" href="#debugging-

<ul class="toc-list">

<li class="toc-list-item"><a href="#release-versions"><span class="link-text">Release versions</span></a></li>

<li class="toc-list-item"><a href="#install-dependencies-on-ubuntu-2004"><span class="link-text">Install dependencies on Ubuntu 20.04</span></a></li>

<li class="toc-list-item"><a href="#install-dependencies-on-fedora-3435"><span class="link-text">Install dependencies on Fedora 34/35</span></a></li>
Expand Down

0 comments on commit b620d5a

Please sign in to comment.