CINXE.COM

Download 路 Zeal

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Download 路 Zeal</title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous"> <link rel="stylesheet" href="/static/css/styles.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"> <link rel="icon" href="/static/img/favicon-16.png" sizes="16x16" type="image/png"> <link rel="icon" href="/static/img/favicon-32.png" sizes="32x32" type="image/png"> <link rel="icon" href="/static/img/favicon-48.png" sizes="48x48" type="image/png"> <link rel="icon" href="/static/img/favicon-62.png" sizes="62x62" type="image/png"> <link rel="icon" href="/static/img/favicon-192.png" sizes="192x192" type="image/png"> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <header class="navbar navbar-inverse zd-nav"> <div class="container"> <div class="navbar-header"> <button class="navbar-toggle collapsed" type="button" data-toggle="collapse" data-target="#bs-navbar" aria-controls="bs-navbar" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a href="/" class="navbar-brand">Zeal</a> </div> <nav id="bs-navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li class="active"> <a href="/download.html">Download</a> </li> <li> <a href="/usage.html">Usage</a> </li> <li> <a href="/contact.html">Contact</a> </li> </ul> </nav> </div> </header> <div class="zd-header" id="content" tabindex="-1"> <div class="container"> <h1>Download</h1> <p>There are various ways to download Zeal, depending on which operating system you use, and whether you want to use pre-compiled binary, or build it yourself from the source code.</p> <script async src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=zealdocsorg" id="_carbonads_js"></script> </div> </div> <div class="container"> <div class="row"> <div class="col-md-12" role="main"> <div class="zd-section"> <div class="alert alert-info" role="alert"> Official binaries and source archives are available from <a href="https://github.com/zealdocs/zeal/releases"><strong>GitHub Releases</strong></a>. </div> <h2 id="windows">Windows</h2> <h3>Installer (MSI)</h3> <p>Use this installer to conveniently install Zeal as any other app.</p> <p> <a href="https://github.com/zealdocs/zeal/releases/download/v0.7.2/zeal-0.7.2-windows-x64.msi" class="btn btn-default" role="button">64-bit MSI</a> </p> <h3>Portable</h3> <p>This is a special build intended for use without installation. All settings and docsets are stored in the application directory.</p> <p> <a href="https://github.com/zealdocs/zeal/releases/download/v0.7.2/zeal-0.7.2-portable-windows-x64.7z" class="btn btn-default" role="button">64-bit 7Z</a> <a href="https://github.com/zealdocs/zeal/releases/download/v0.7.2/zeal-0.7.2-portable-windows-x64.zip" class="btn btn-default" role="button">64-bit ZIP</a> </p> <h3>Chocolatey</h3> <p><a href="https://chocolatey.org/">Chocolatey</a> is a package manager for Windows.</p> <p>To install Zeal run:</p> <pre>&gt; choco install zeal</pre> <p>Alternatively you can install the portable version:</p> <pre>&gt; choco install zeal.portable</pre> <h3>Scoop</h3> <p><a href="http://scoop.sh/">Scoop</a> is a command-line installer for Windows.</p> <p>First you need to enable <a href="https://github.com/ScoopInstaller/Extras">extras</a> bucket, if that was not done before:</p> <pre>&gt; scoop bucket add extras</pre> <p>To install Zeal run the following command:</p> <pre>&gt; scoop install zeal</pre> <p>Scoop can also install Visual C++ 2015 Redistributable:</p> <pre>&gt; scoop install vcredist2015</pre> <h3>CI builds</h3> <p> In addition to the stable builds continious integration system automatically publishes prebuilt artifacts on each push to the main repository. </p> <p> These builds can be useful for testing unreleased changes, but are <strong>not</strong> intended for daily use, and are likely to crash more often than stable releases. </p> <p> To download a build artifact in the CI build history choose a change you want to test, then pick a build job corresponding the target platform, and finally download archive from the Artifacts tab. </p> <p> <a href="https://github.com/zealdocs/zeal/actions/workflows/build-check.yml" class="btn btn-default" role="button">View CI build history</a> </p> </div> <div class="zd-section"> <h2 id="linux">Linux</h2> <p> Prebuilt packages are provided for variety of Linux distributions. Some of the packages are maintained by Zeal developers, while others are courtesy of independent contributors. In case your favourite distribution is missing from the list, please, open an issue ticket in our <a href="https://github.com/zealdocs/zeal-packaging/"><code>zeal-packaging</code></a> repository. </p> <h3 id="linux-flatpak">Distribution Independent</h3> <a href="https://flathub.org/apps/org.zealdocs.Zeal"> <img width="120" alt="Download on Flathub" src="https://dl.flathub.org/assets/badges/flathub-badge-en.png"/> </a> <h3 id="linux-alt">ALT Linux</h3> <p>Install Zeal from the official repositories:</p> <pre># apt-get install zeal</pre> <a href="https://packages.altlinux.org/en/search/?q=zeal" class="btn btn-default" role="button">View ALT Linux packages</a> <h3 id="linux-arch">Arch Linux</h3> <p>Arch Linux users can either install Zeal from the community repository:</p> <pre>$ sudo pacman -Syu zeal</pre> <p>Or use the <code>zeal-git</code> AUR package which builds unstable source code from our Git repository.</p> <a href="https://aur.archlinux.org/packages/zeal-git/" class="btn btn-default" role="button">View zeal-git in AUR</a> <h3 id="linux-debian">Debian</h3> <p>Install Zeal from the official repositories:</p> <pre>$ sudo apt-get install zeal</pre> <a href="https://packages.debian.org/search?suite=all&searchon=names&keywords=zeal" class="btn btn-default" role="button">View Debian packages</a> <h3 id="linux-fedora">Fedora</h3> <p>Install Zeal from the official Fedora software repositories.</p> <pre>$ sudo dnf install zeal</pre> <a href="https://packages.fedoraproject.org/pkgs/zeal/zeal/" class="btn btn-default" role="button">View Fedora package</a> <h3 id="linux-gentoo">Gentoo</h3> <p>Install the official Zeal package for Gentoo:</p> <pre># emerge app-doc/zeal</pre> <a href="https://packages.gentoo.org/packages/app-doc/zeal" class="btn btn-default" role="button">View Gentoo package</a> <h3 id="linux-opensuse">openSUSE</h3> <p>Zeal is part of the official openSUSE software repositories.</p> <a href="https://software.opensuse.org/download.html?project=devel%3Atools&package=zeal" class="btn btn-default" role="button">View openSUSE package</a> <h3 id="linux-slackware">Slackware</h3> <p>A SlackBuild script is available for users of Slackware.</p> <a href="https://slackbuilds.org/repository/14.2/development/zeal/" class="btn btn-default" role="button">View SlackBuilds.org</a> <h3 id="linux-ubuntu">Ubuntu</h3> <p>Install Zeal from the official repositories:</p> <pre>$ sudo apt-get install zeal</pre> <p>When the official package becomes outdated, our own PPA repository provides an up-to-date version. Run the following commands to use the PPA:</p> <pre>$ sudo add-apt-repository ppa:zeal-developers/ppa<br>$ sudo apt-get update<br>$ sudo apt-get install zeal</pre> <div class="alert alert-warning" role="alert"> <strong>Attention non-Unity users!</strong> Due to a <a href="https://bugs.launchpad.net/ubuntu/+source/appmenu-qt5/+bug/1307619">bug</a> in <code>appmenu-qt5</code> package, Zeal main menu might be missing on desktop environments other than Unity. A simple solution is to remove <code>appmenu-qt5</code> package from your system. </div> <p> <a href="http://packages.ubuntu.com/search?keywords=zeal&searchon=names" class="btn btn-default" role="button">View Ubuntu packages</a> <a href="https://launchpad.net/~zeal-developers/+archive/ubuntu/ppa" class="btn btn-default" role="button">View PPA</a> </p> </div> <div class="zd-section"> <h2 id="bsd">BSD</h2> <h3 id="bsd-freebsd">FreeBSD</h3> <p>Install Zeal from ports:</p> <pre># cd /usr/ports/devel/zeal/ &amp;&amp; make install clean</pre> <p>Or install Zeal binary package:</p> <pre># pkg install zeal</pre> <a href="https://www.freebsd.org/cgi/ports.cgi?query=zeal&stype=name" class="btn btn-default" role="button">View FreeBSD Ports</a> <a href="https://www.freshports.org/devel/zeal/" class="btn btn-default" role="button">View FreshPorts</a> <h3 id="bsd-openbsd">OpenBSD</h3> <p>Install Zeal with:</p> <pre># pkg_add zeal</pre> <a href="http://openports.se/devel/zeal" class="btn btn-default" role="button">View OpenBSD Ports</a> </div> <div class="zd-section"> <h2 id="source">Source code</h2> <p>Complete source code is available on GitHub. To build Zeal follow instruction in the <code>README.md</code> file.</p> <p><a href="https://github.com/zealdocs/zeal" class="btn btn-default" role="button">Go to GitHub</a></p> </div> </div> </div> </div> <footer class="zd-footer"> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-8"> <ul class="zd-footer-links"> <li> <a href="https://github.com/zealdocs/zeal/"> <img src="https://img.shields.io/github/stars/zealdocs/zeal.svg?style=social&label=Star" alt="GitHub: zealdocs/zeal"> </a> </li> <li> <a href="https://twitter.com/zealdocs"> <img src="https://img.shields.io/twitter/follow/zealdocs.svg?style=social" alt="Twitter: @zealdocs"> </a> </li> </ul> <p>&copy; <a href="https://github.com/trollixx">Oleg Shparber</a> and <a href="https://github.com/zealdocs/zeal/graphs/contributors">other contributors</a>, 2013-2024</p> <p>Website layout is based on <a href="https://github.com/twbs/bootstrap/tree/master/docs">Bootstrap Docs</a>.</p> </div> <div class="col-xs-12 col-sm-6 col-md-4 zd-footer-sponsors"> </div> </div> </div> </footer> <script> (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-436420-7', 'auto'); ga('send', 'pageview'); $(document).ready(function () { $('#gait_a').tooltip(); }); </script> <!-- Gitter Sidecar --> <script>((window.gitter = {}).chat = {}).options = {room: 'zealdocs/zeal'};</script> <script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10