Adding PPA Install

pull/492/head
SteveGilvarry 2014-07-16 23:36:10 +10:00
parent 9795967298
commit 3277c6ceb8
1 changed files with 14 additions and 0 deletions

View File

@ -3,6 +3,20 @@ Ubuntu
PPA Install
-----------
Follow these instructions to install current release version on Ubuntu 13.04 or under.:
sudo apt-add-repository ppa:iconnor/zoneminder
Or Ubuntu 14.10 you will need to install the Snapshot PPA from the master branch instead.:
sudo apt-add-repository ppa:iconnor/zoneminder-master
Once you have updated the repository then update and install the package.:
sudo apt-get update
sudo apt-get install zoneminder
Build Package From Source
-------------------------