diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-10-18 21:01:14 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-10-18 21:01:14 -0700 |
commit | 5b2f014fc7a0b038c0da71663c09be946b289c03 (patch) | |
tree | 25c2d64751e684ca3aacb8216372678d71ece5d4 /docs | |
parent | 0c8024920f1d2237f771197cc4e56d20c2b8dfa5 (diff) |
docs: Update packaging info
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual.adoc | 12 | ||||
-rw-r--r-- | docs/manual.html | 27 |
2 files changed, 38 insertions, 1 deletions
diff --git a/docs/manual.adoc b/docs/manual.adoc index 03db435..82c6b6a 100644 --- a/docs/manual.adoc +++ b/docs/manual.adoc @@ -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 diff --git a/docs/manual.html b/docs/manual.html index 380215d..3034e79 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -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’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> |