Adding PPA Install
parent
9795967298
commit
3277c6ceb8
|
@ -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
|
||||
-------------------------
|
||||
|
|
Loading…
Reference in New Issue