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 +
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 (Ubuntu, Debian, Fedora, Arch Linux, other distributions)
+OSX, via Homebrew
+Windows, via NuGet
+