diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-01 18:28:06 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-01 18:28:06 -0500 |
| commit | 8b2d3dbe4111168dce05569804686f54336528a6 (patch) | |
| tree | 94d35ee1200073a80ae0d8cc7bc1a128f0b05aa1 /README.md | |
| parent | cc6d8a9efcc4206f382cfd9915fce6be488881d5 (diff) | |
updated build instructions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 26 |
1 files changed, 8 insertions, 18 deletions
@@ -10,8 +10,13 @@ Check out a video demo of zmNinja here: https://youtu.be/prtA_mv68Ok Key Features (just watch the video already) -------------------------------------------- +* H264 video branch support - if you are using the zoneminder video branch and have recorded videos they will automatically be used (you candisable it in developer settings) + * Receive real time push notifications for alarms as they happen. You need to install my [Event Server](https://github.com/pliablepixels/zmeventserver) for this. You can even control monitors you want to be notified of and reporting intervals (if you defined your zones loosely you don't want pings every second, do you?) +* Runs on Android/iOS and now desktops too - in a browser + + * View live monitors and events * High speed event scrubbing and control @@ -46,25 +51,10 @@ haven't spent time researching how to optimize. I'll keep refining it over time as I learn more of AngularJS and stuff. -Building --------- - -zmNinja uses the [Ionic Framework](http://ionicframework.com/). To install Ionic, follow their easy [Getting Started instructions](http://ionicframework.com/getting-started/). - -With Ionic installed, you will need to install the build dependencies: - -```bash -$ cd zmNinja # make sure you are in the directory where the project is checked out -$ npm install -``` - -Next, build the application. You will need to specify the appropriate target, either `ios` or `android`: +Running from source +---------------------- -```bash -$ ionic build ios -# - OR - -$ ionic build android -``` +Please follow [these](https://github.com/pliablepixels/zmNinja/wiki/Running-zmNinja-from-Source) instructions. If you want to run zmNinja in an emulator, you will need to install the appropriate emulator tools. |
