docs: Update packaging info

This commit is contained in:
Arseny Kapoulkine 2015-10-18 21:01:14 -07:00
parent 0c8024920f
commit 5b2f014fc7
2 changed files with 38 additions and 1 deletions

View File

@ -126,6 +126,18 @@ You can access the Git repository via Subversion using https://github.com/zeux/p
svn checkout https://github.com/zeux/pugixml/tags/v{version} pugixml
----
[[install.getting.packages]]
==== Packages
pugixml is available as a package via various package managers. Note that most packages are maintained separately from the main repository so they do not necessarily contain the latest version.
Here's an incomplete list of pugixml packages in various systems:
* Linux (http://packages.ubuntu.com/search?keywords=pugixml[Ubuntu], https://tracker.debian.org/pkg/pugixml[Debian], https://apps.fedoraproject.org/packages/pugixml[Fedora], https://aur.archlinux.org/packages/pugixml/[Arch Linux], other http://pkgs.org/search/pugixml[distributions])
* http://fbsdmon.org/ports/textproc/pugixml[FreeBSD]
* OSX, via http://brewformulas.org/Pugixml[Homebrew]
* Windows, via https://www.nuget.org/packages/pugixml/[NuGet]
[[install.building]]
=== Building pugixml

View File

@ -764,6 +764,31 @@ git checkout v1.7</code></pre>
</div>
</div>
</div>
<div class="sect3">
<h4 id="install.getting.packages"><a class="anchor" href="#install.getting.packages"></a>2.1.4. Packages</h4>
<div class="paragraph">
<p>pugixml is available as a package via various package managers. Note that most packages are maintained separately from the main repository so they do not necessarily contain the latest version.</p>
</div>
<div class="paragraph">
<p>Here&#8217;s an incomplete list of pugixml packages in various systems:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>Linux (<a href="http://packages.ubuntu.com/search?keywords=pugixml">Ubuntu</a>, <a href="https://tracker.debian.org/pkg/pugixml">Debian</a>, <a href="https://apps.fedoraproject.org/packages/pugixml">Fedora</a>, <a href="https://aur.archlinux.org/packages/pugixml/">Arch Linux</a>, other <a href="http://pkgs.org/search/pugixml">distributions</a>)</p>
</li>
<li>
<p><a href="http://fbsdmon.org/ports/textproc/pugixml">FreeBSD</a></p>
</li>
<li>
<p>OSX, via <a href="http://brewformulas.org/Pugixml">Homebrew</a></p>
</li>
<li>
<p>Windows, via <a href="https://www.nuget.org/packages/pugixml/">NuGet</a></p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="install.building"><a class="anchor" href="#install.building"></a>2.2. Building pugixml</h3>
@ -5563,7 +5588,7 @@ If exceptions are disabled, then in the event of parsing failure the query is in
</div>
<div id="footer">
<div id="footer-text">
Last updated 2015-10-18 20:02:20 PDT
Last updated 2015-10-18 21:00:51 PDT
</div>
</div>
</body>