58 lines
2.6 KiB
HTML
58 lines
2.6 KiB
HTML
---
|
|
layout: page
|
|
title: Downloads
|
|
permalink: /downloads/
|
|
---
|
|
|
|
<p class="lead">
|
|
The latest code is always available via <a href="https://github.com/ZoneMinder/ZoneMinder/" target="_blank">our github repository</a>. If your distro of choice has an out-of-date ZoneMinder package, you'll want to compile from our source code.
|
|
</p>
|
|
|
|
<div class="downloads">
|
|
<div class="download">
|
|
<h3>Source Code</h3>
|
|
|
|
<p>You can clone our code repository with git, over HTTPS or over SSH, and then build the code locally:</p>
|
|
|
|
{% highlight bash %}
|
|
# without keys, over https
|
|
git clone https://github.com/ZoneMinder/ZoneMinder.git
|
|
# with keys, over ssh
|
|
git clone git@github.com:ZoneMinder/ZoneMinder.git
|
|
{% endhighlight %}
|
|
|
|
<p>You can also download the source code in a <a href="https://github.com/ZoneMinder/ZoneMinder/archive/v1.27.0.tar.gz">tarball</a>. Instructions for compiling from source can be <a href="https://github.com/ZoneMinder/ZoneMinder/#packages" target="_blank">here</a>.</p>
|
|
</div> <!-- end download -->
|
|
|
|
<div class="download">
|
|
<h3>Ubuntu</h3>
|
|
<p> If you are an Ubuntu user, Isaac Connor is <a href="https://launchpad.net/~iconnor/+archive/zoneminder" target="_blank">maintaining a PPA</a> with an up-to-date ZoneMinder package. The packages included in the default Ubuntu repos are out of date.</p>
|
|
</div> <!-- end download -->
|
|
|
|
<div class="download">
|
|
<h3>Gentoo</h3>
|
|
<p>If you are a Gentoo user, ZoneMinder is available just by typing 'emerge zoneminder'. Thanks to the Gentoo web-apps team for making this available.</p>
|
|
</div> <!-- end download -->
|
|
|
|
|
|
<div class="download">
|
|
<h3>Debian</h3>
|
|
<p>If you are a Debian user, Zoneminder is available in the "unstable" distribution. Thanks to Peter Howard for his considerable efforts in achieving this.</p>
|
|
</div> <!-- end download -->
|
|
|
|
<div class="download">
|
|
<h3>Red Hat, Fedora, CentOS</h3>
|
|
<p>If you are a RHEL, Fedora, CentOS or SL user, Andrew Bauer is maintaining zmrepo with an up-to-date ZoneMinder package.</p>
|
|
<ul>
|
|
<li><a href="http://www.zoneminder.com/wiki/index.php/Fedora#Zmrepo_-_A_ZoneMinder_repository_for_RPM_based_distros">Fedora</a></li>
|
|
<li><a href="http://www.zoneminder.com/wiki/index.php/CentOS#Zmrepo_-_A_ZoneMinder_repository_for_RPM_based_distros">CentOS</a></li>
|
|
</ul>
|
|
</div> <!-- end download -->
|
|
|
|
<div class="download">
|
|
<h3>Mageia</h3>
|
|
<p>For Mageia users, Zoneminder is available in the distribution. Go to the Mageia Control Center -> Install and Remove Software. It's in the 'Security' category. A simple setup script (mentioned during install) allows ZoneMinder to work virtually 'out of the box'.</p>
|
|
</div> <!-- end download -->
|
|
|
|
</div>
|